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????? | 0011111100111111010010000011111100111111001111110011111100111111 | 3f3f483f3f3f3f3f |
SJIS-WIN | ??H????? | 0011111100111111010010000011111100111111001111110011111100111111 | 3f3f483f3f3f3f3f |
EUC-JP | ??H????? | 0011111100111111010010000011111100111111001111110011111100111111 | 3f3f483f3f3f3f3f |
UTF-8 | 렻렑H렺꼽렔렺끽 | 11101011101000001011101111101011101000001001000101001000111010111010000010111010111010101011110010111101111010111010000010010100111010111010000010111010111010111000000110111101 | eba0bbeba09148eba0baeabcbdeba094eba0baeb81bd |
UHC | 렻렑H렺꼽렔렺끽 | 100011101100001110001110101001100100100010001110110000101011001011000101100011101010100110001110110000101011001110100011 | 8ec38ea6488ec2b2c58ea98ec2b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)