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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횓챰횪횏횓챰 | 111011011001101010010011111011001011000110110000111011011001101010101010111011011001101010001111111011011001101010010011111011001011000110110000 | ed9a93ecb1b0ed9aaaed9a8fed9a93ecb1b0 |
UHC | 횓챰횪횏횓챰 | 110000111000111011000011101100011100001110100000110000111000101111000011100011101100001110110001 | c38ec3b1c3a0c38bc38ec3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)