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 | 豺ォム伎シォ | 1110011010110111101010111101000110001010111010101011110010101011 | e6b7abd18aeabcab |
EUC-JP | 豺ォム伎シォ | 111011001011100110001110101010111000111011010001101101001110110010001110101111001000111010101011 | ecb98eab8ed1b4ec8ebc8eab |
UTF-8 | 豺ォム伎シォ | 111010001011000110111010111011111011110110101011111011111011111010010001111001001011110010001110111011111011110110111100111011111011110110101011 | e8b1baefbdabefbe91e4bc8eefbdbcefbdab |
UHC | 豺??伎?? | 1110001111001111001111110011111111010000111010110011111100111111 | e3cf3f3fd0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)