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 | 醫?湲 | 1110011111001110001111111001111111010001 | e7ce3f9fd1 |
EUC-JP | 醫?湲 | 1110111011010000001111111101111011010011 | eed03fded3 |
UTF-8 | 醫렡湲 | 111010011000011010101011111010111010000010100001111001101011100110110010 | e986abeba0a1e6b9b2 |
UHC | 醫렡湲 | 111011001010001010001110101100101110101010111000 | eca28eb2eab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)