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 | 議烽陶? | 10001011011000111110000010000010100100111010100100111111 | 8b63e08293a93f |
EUC-JP | 議烽陶洱 | 101101011100010011011111111000101100011010101011100011111100011110111001 | b5c4dfe2c6ab8fc7b9 |
UTF-8 | 議烽陶洱 | 111010001010110110110000111001111000001110111101111010011001100110110110111001101011010010110001 | e8adb0e783bde999b6e6b4b1 |
UHC | 議烽陶? | 11101100101000011101110011101011110101001011011000111111 | eca1dcebd4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)