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 | 10111110101011001000111011010000100011111110010111101010100011101100000101000010 | beac8ed08fe5ea8ec142 |
EUC-JP | セャ社丞齊チB | 10001110101111101000111010101100101111001101001010111110111001111111001111101110100011101100000101000010 | 8ebe8eacbcd2bee7f3ee8ec142 |
UTF-8 | セャ社丞齊チB | 11101111101111011011111011101111101111011010110011100111101001001011111011100100101110001001111011101001101111011000101011101111101111101000000101000010 | efbdbeefbdace7a4bee4b89ee9bd8aefbe8142 |
UHC | ??社丞齊?B | 00111111001111111101111011100100111000111010101011110000101110100011111101000010 | 3f3fdee4e3aaf0ba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)