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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 챈쨘짬챘쨀혷챠 | 111011001011000110001000111011001010100010011000111011001010011110101100111011001011000110011000111011001010100010000000111011011001100010110111111011001011000110100000 | ecb188eca898eca7acecb198eca880ed98b7ecb1a0 |
UHC | 챈쨘짬챘쨀혷챠 | 1100001110100110110000101011101011000010101010111100001110101011110000101011001111000010100111101100001110101101 | c3a6c2bac2abc3abc2b3c29ec3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)