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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?高?謙?B | 0011111110001101100000100011111110001100101010100011111101000010 | 3f8d823f8caa3f42 |
EUC-JP | ?高?謙?B | 0011111110111001111000100011111110111000101011000011111101000010 | 3fb9e23fb8ac3f42 |
UTF-8 | 렺高렺謙렟B | 11101011101000001011101011101001101010111001100011101011101000001011101011101000101011001001100111101011101000001001111101000010 | eba0bae9ab98eba0bae8ac99eba09f42 |
UHC | 렺高렺謙렟B | 1000111011000010110011011101010010001110110000101100110011000101100011101011000001000010 | 8ec2cdd48ec2ccc58eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)