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 | 첬횕챌첬챈횏챈 | 111011001011001010101100111011011001101010010101111011001011000110001100111011001011001010101100111011001011000110001000111011011001101010001111111011001011000110001000 | ecb2aced9a95ecb18cecb2acecb188ed9a8fecb188 |
UHC | 첬횕챌첬챈횏챈 | 1100001110111010110000111000111111000011101001111100001110111010110000111010011011000011100010111100001110100110 | c3bac38fc3a7c3bac3a6c38bc3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)