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 | 횗쩌횎챌짙횧횕 | 111011011001101010010111111011001010100110001100111011011001101010001110111011001011000110001100111011001010011110011001111011011001101010100111111011011001101010010101 | ed9a97eca98ced9a8eecb18ceca799ed9aa7ed9a95 |
UHC | 횗쩌횎챌짙횧횕 | 1100001110010001110000101011110011000011100010101100001110100111110000101010001111000011100111101100001110001111 | c391c2bcc38ac3a7c2a3c39ec38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)