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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜セ遒鯛半 | 111010001011011010111110111001111010001010010001111000101001010010111100 | e8b6bee7a291e294bc |
EUC-JP | 雜セ遒鯛半 | 11110000101110001000111010111110111011101010010011000010111001001100100010111110 | f0b88ebeeea4c2e4c8be |
UTF-8 | 雜セ遒鯛半 | 111010011001101110011100111011111011110110111110111010011000000110010010111010011010111110011011111001011000110110001010 | e99b9cefbdbee98192e9af9be58d8a |
UHC | 雜???半 | 11101101110110100011111100111111001111111101101011100010 | edda3f3f3fdae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)