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 | ??????nBF | 001111110011111100111111001111110011111100111111011011100100001001000110 | 3f3f3f3f3f3f6e4246 |
SJIS-WIN | ??????nBF | 001111110011111100111111001111110011111100111111011011100100001001000110 | 3f3f3f3f3f3f6e4246 |
EUC-JP | ??????nBF | 001111110011111100111111001111110011111100111111011011100100001001000110 | 3f3f3f3f3f3f6e4246 |
UTF-8 | 렻ㅔ챵렻ㅔ찾nBF | 111010111010000010111011111000111000010110010100111011001011000110110101111010111010000010111011111000111000010110010100111011001011000010111110011011100100001001000110 | eba0bbe38594ecb1b5eba0bbe38594ecb0be6e4246 |
UHC | 렻ㅔ챵렻ㅔ찾nBF | 100011101100001110100100110001001100001110110010100011101100001110100100110001001100001110100011011011100100001001000110 | 8ec3a4c4c3b28ec3a4c4c3a36e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)