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 | 횪짰횩횕횪째 | 111011011001101010101010111011001010011110110000111011011001101010101001111011011001101010010101111011011001101010101010111011001010011110111000 | ed9aaaeca7b0ed9aa9ed9a95ed9aaaeca7b8 |
UHC | 횪짰횩횕횪째 | 110000111010000011000010101011101100001110011111110000111000111111000011101000001100001010110000 | c3a0c2aec39fc38fc3a0c2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)