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 | 챌혮혧횗혥챠혨 | 111011001011000110001100111011011001100010101110111011011001100010100111111011011001101010010111111011011001100010100101111011001011000110100000111011011001100010101000 | ecb18ced98aeed98a7ed9a97ed98a5ecb1a0ed98a8 |
UHC | 챌혮혧횗혥챠혨 | 1100001110100111110000101001010111000010100011111100001110010001110000101000110111000011101011011100001010010000 | c3a7c295c28fc391c28dc3adc290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)