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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???盒? | 001111110011111100111111111000011011010000111111 | 3f3f3fe1b43f |
EUC-JP | ???盒? | 001111110011111100111111111000101011011000111111 | 3f3f3fe2b63f |
UTF-8 | 롔롃뤶盒첁 | 111010111010000110010100111010111010000110000011111010111010010010110110111001111001101110010010111011001011001010000001 | eba194eba183eba4b6e79b92ecb281 |
UHC | 롔롃뤶盒첁 | 10001110110110001000111011001010100011111110010011111001111011001010101010001110 | 8ed88eca8fe4f9ecaa8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)