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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?亶品? | 001111111001100010110111100101010110100100111111 | 3f98b795693f |
EUC-JP | ?亶品? | 001111111101000010111001110010011100101000111111 | 3fd0b9c9ca3f |
UTF-8 | 룶亶品卽 | 111010111010001110110110111001001011101010110110111001011001001110000001111001011000110110111101 | eba3b6e4bab6e59381e58dbd |
UHC | 룶亶品卽 | 1000111110101011110100111010001011111001101000011111000111101101 | 8fabd3a2f9a1f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)