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 | 螢ッホエ妤祈 | 111001011010001110101111110011101011010011111010101001001000101101000110 | e5a3afceb4faa48b46 |
EUC-JP | 螢ッホエ妤祈 | 11101010101001011000111010101111100011101100111010001110101101001000111110111001101011111011010110100111 | eaa58eaf8ece8eb48fb9afb5a7 |
UTF-8 | 螢ッホエ妤祈 | 111010001001111010100010111011111011110110101111111011111011111010001110111011111011110110110100111001011010011010100100111001111010010110001000 | e89ea2efbdafefbe8eefbdb4e5a6a4e7a588 |
UHC | 螢????祈 | 1111101110101011001111110011111100111111001111111101000110110111 | fbab3f3f3f3fd1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)