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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮨冗処蓍 | 1110100110111101100011111110011110001111100010001110010011100111 | e9bd8fe78f88e4e7 |
EUC-JP | 鮨冗処蓍 | 1111001010111111101111101110100110111101111010001110100011101001 | f2bfbee9bde8e8e9 |
UTF-8 | 鮨冗処蓍 | 111010011010111010101000111001011000011010010111111001011000011110100110111010001001001110001101 | e9aea8e58697e587a6e8938d |
UHC | ?冗?蓍 | 001111111110100110110111001111111110001111001001 | 3fe9b73fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)