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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 寤る?^ | 100110111000100010000010111010010011111101011110 | 9b8882e93f5e |
EUC-JP | 寤る?^ | 110101011110100010100100111010110011111101011110 | d5e8a4eb3f5e |
UTF-8 | 寤る뙯^ | 11100101101011111010010011100011100000101000101111101011100110011010111101011110 | e5afa4e3828beb99af5e |
UHC | 寤る뙯^ | 11100111111101011010101011101011100011001011001001011110 | e7f5aaeb8cb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)