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 | 円??由▼? | 100010010111111000111111001111111001011101010010100000011010010100111111 | 897e3f3f975281a53f |
EUC-JP | 円??由▼? | 101100011101111100111111001111111100110110110011101000101010011100111111 | b1df3f3fcdb3a2a73f |
UTF-8 | 円ㅳ굟由▼푻 | 111001011000011010000110111000111000010110110011111010101011010110011111111001111001010010110001111000101001011010111100111011011001000110111011 | e58686e385b3eab59fe794b1e296bced91bb |
UHC | 円ㅳ굟由▼푻 | 111001011111011110100100111000111000001010000111111010111010011010100001111001011011111010000111 | e5f7a4e38287eba6a1e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)