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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莊eЙ | 111001001011010110000010100001011000010001001010 | e4b58285844a |
EUC-JP | 莊eЙ | 111010001011011110100011111001011010011110101011 | e8b7a3e5a7ab |
UTF-8 | 莊eЙ | 1110100010001110100010101110111110111101100001011101000010011001 | e88e8aefbd85d099 |
UHC | 莊eЙ | 111011011111011010100011111001011010110010101011 | edf6a3e5acab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)