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 | 顆憺族趾 | 1110100011110111100111001110100110010001101100001110011011100100 | e8f79ce991b0e6e4 |
EUC-JP | 顆憺族趾 | 1111000011111001110110001110101111000010101100101110110011100110 | f0f9d8ebc2b2ece6 |
UTF-8 | 顆憺族趾 | 111010011010000110000110111001101000011010111010111001101001011110001111111010001011011010111110 | e9a186e686bae6978fe8b6be |
UHC | 顆憺族趾 | 1100111010101000110100111011110011110000111010011111001010111111 | cea8d3bcf0e9f2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)