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 | ??????領 | 0011111100111111001111110011111100111111001111111001011111001100 | 3f3f3f3f3f3f97cc |
EUC-JP | ??????領 | 0011111100111111001111110011111100111111001111111100111011001110 | 3f3f3f3f3f3fcece |
UTF-8 | 렺읖셍읖렜렺領 | 111010111010000010111010111011001001110110010110111011001000010110001101111011001001110110010110111010111010000010011100111010111010000010111010111010011010000010011000 | eba0baec9d96ec858dec9d96eba09ceba0bae9a098 |
UHC | 렺읖셍읖렜렺領 | 1000111011000010110000001100010110111100110001001100000011000101100011101010111010001110110000101101011011000101 | 8ec2c0c5bcc4c0c58eae8ec2d6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)