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 | ?艙覡? | 001111111110010001111001111001100100110100111111 | 3fe479e64d3f |
EUC-JP | ?艙覡? | 001111111110011111011010111010111010111000111111 | 3fe7daebae3f |
UTF-8 | 뤹艙覡힛 | 111010111010010010111001111010001000100110011001111010001010011010100001111011011001111010011011 | eba4b9e88999e8a6a1ed9e9b |
UHC | 뤹艙覡힛 | 1000111111100111111100111110110111001100101011111100100011111101 | 8fe7f3edccafc8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)