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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 骭サ竏ャ豺アB | 11101001100011001011101111100010100010001010110011100110101101111011000101000010 | e98cbbe288ace6b7b142 |
EUC-JP | 骭サ竏ャ豺アB | 11110001111011001000111010111011111000111110100010001110101011001110110010111001100011101011000101000010 | f1ec8ebbe3e88eacecb98eb142 |
UTF-8 | 骭サ竏ャ豺アB | 11101001101010101010110111101111101111011011101111100111101010111000111111101111101111011010110011101000101100011011101011101111101111011011000101000010 | e9aaadefbdbbe7ab8fefbdace8b1baefbdb142 |
UHC | ????豺?B | 0011111100111111001111110011111111100011110011110011111101000010 | 3f3f3f3fe3cf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)