To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼ア驕應ソ友 | 11101000100001001011000111101001100000011001110011100100101111111001011101000110 | e884b1e9819ce4bf9746 |
EUC-JP | 閼ア驕應ソ友 | 111011111110010010001110101100011111000111100001110110001110011010001110101111111100110110100111 | efe48eb1f1e1d8e68ebfcda7 |
UTF-8 | 閼ア驕應ソ友 | 111010011001011010111100111011111011110110110001111010011010100110010101111001101000011110001001111011111011110110111111111001011000111110001011 | e996bcefbdb1e9a995e68789efbdbfe58f8b |
UHC | 閼?驕應?友 | 11100100110110010011111111001110111101101110101111101011001111111110100111010010 | e4d93fcef6ebeb3fe9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)