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 | 쩍짜횆챌쨋챵 | 111011001010100110001101111011001010011110011100111011011001101010000110111011001011000110001100111011001010100010001011111011001011000110110101 | eca98deca79ced9a86ecb18ceca88becb1b5 |
UHC | 쩍짜횆챌쨋챵 | 110000101011110111000010101001011100001110000100110000111010011111000010101101101100001110110010 | c2bdc2a5c384c3a7c2b6c3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)