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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ?????籃H | 0011111100111111001111110011111100111111111000101101010101001000 | 3f3f3f3f3fe2d548 |
EUC-JP | ?????籃H | 0011111100111111001111110011111100111111111001001101011101001000 | 3f3f3f3f3fe4d748 |
UTF-8 | 렺셔ㅔ렢렻籃H | 11101011101000001011101011101100100001011001010011100011100001011001010011101011101000001010001011101011101000001011101111100111101100011000001101001000 | eba0baec8594e38594eba0a2eba0bbe7b18348 |
UHC | 렺셔ㅔ렢렻籃H | 10001110110000101011110011000101101001001100010010001110101100111000111011000011110101011011111001001000 | 8ec2bcc5a4c48eb38ec3d5be48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)