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 | 碎實譽 | 111000011110101010011011100010011110011010100011 | e1ea9b89e6a3 |
EUC-JP | 碎實譽 | 111000101110110011010101111010011110110010100101 | e2ecd5e9eca5 |
UTF-8 | 碎實譽 | 111001111010001010001110111001011010111110100110111010001010110110111101 | e7a28ee5afa6e8adbd |
UHC | 碎實譽 | 111000011110111111100011111110011110011111100010 | e1efe3f9e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)