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 | 甑??私味 | 1000110110011001001111110011111110001110100001001001011010100001 | 8d993f3f8e8496a1 |
EUC-JP | 甑?邕私味 | 10111001111110010011111110001111111000011110110110111011111001001100110010100011 | b9f93f8fe1edbbe4cca3 |
UTF-8 | 甑렋邕私味 | 111001111001010010010001111010111010000010001011111010011000001010010101111001111010011110000001111001011001000110110011 | e79491eba08be98295e7a781e591b3 |
UHC | 甑렋邕私味 | 11110001111101111000111010100010111010001011101111011110111001111101101010101011 | f1f78ea2e8bbdee7daab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)