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 | ?B???t | 001111110100001000111111001111110011111101110100 | 3f423f3f3f74 |
SJIS-WIN | ?B???t | 001111110100001000111111001111110011111101110100 | 3f423f3f3f74 |
EUC-JP | ?B???t | 001111110100001000111111001111110011111101110100 | 3f423f3f3f74 |
UTF-8 | 챔B챈쨩챕t | 1110110010110001100101000100001011101100101100011000100011101100101010001010100111101100101100011001010101110100 | ecb19442ecb188eca8a9ecb19574 |
UHC | 챔B챈쨩챕t | 11000011101010000100001011000011101001101100001010111011110000111010100101110100 | c3a842c3a6c2bbc3a974 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)