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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?謙??謙?B | 001111111000110010101010001111110011111110001100101010100011111101000010 | 3f8caa3f3f8caa3f42 |
EUC-JP | ?謙??謙?B | 001111111011100010101100001111110011111110111000101011000011111101000010 | 3fb8ac3f3fb8ac3f42 |
UTF-8 | 렺謙렜렺謙렜B | 11101011101000001011101011101000101011001001100111101011101000001001110011101011101000001011101011101000101011001001100111101011101000001001110001000010 | eba0bae8ac99eba09ceba0bae8ac99eba09c42 |
UHC | 렺謙렜렺謙렜B | 10001110110000101100110011000101100011101010111010001110110000101100110011000101100011101010111001000010 | 8ec2ccc58eae8ec2ccc58eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)