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 | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
SJIS-WIN | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
EUC-JP | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
UTF-8 | 횓철첫짬횓챙oBF | 111011011001101010010011111011001011001010100000111011001011001010101011111011001010011110101100111011011001101010010011111011001011000110011001011011110100001001000110 | ed9a93ecb2a0ecb2abeca7aced9a93ecb1996f4246 |
UHC | 횓철첫짬횓챙oBF | 110000111000111011000011101101101100001110111001110000101010101111000011100011101100001110101100011011110100001001000110 | c38ec3b6c3b9c2abc38ec3ac6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)