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 | 央←?円 | 10001001100110111000000110101001001111111000100101111110 | 899b81a93f897e |
EUC-JP | 央←˝円 | 101100011111101110100010101010111000111110100010101100111011000111011111 | b1fba2ab8fa2b3b1df |
UTF-8 | 央←˝円 | 1110010110100100101011101110001010000110100100001100101110011101111001011000011010000110 | e5a4aee28690cb9de58686 |
UHC | 央←˝円 | 1110010011100111101000011110011110100010101010011110010111110111 | e4e7a1e7a2a9e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)