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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?耿??箏? | 0011111111100011110101000011111100111111111000101011010100111111 | 3fe3d43f3fe2b53f |
EUC-JP | ?耿??箏? | 0011111111100110110101100011111100111111111001001011011100111111 | 3fe6d63f3fe4b73f |
UTF-8 | 렻耿렫렍箏렏 | 111010111010000010111011111010001000000010111111111010111010000010101011111010111010000010001101111001111010111010001111111010111010000010001111 | eba0bbe880bfeba0abeba08de7ae8feba08f |
UHC | 렻耿렫렍箏렏 | 100011101100001111001100111010101000111010111001100011101010001111101110101101001000111010100101 | 8ec3ccea8eb98ea3eeb48ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)