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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 禮방떖溫먪쉑 | 111011111010011010110110111010111011000010101001111010111001011010010110111001101011101010101011111010111010100010101010111011001000100110010001 | efa6b6ebb0a9eb9696e6baabeba8aaec8991 |
UHC | 禮방떖溫먪쉑 | 111001111101111110111001111001101000101110101100111010001010111010010000111001111011110110100111 | e7dfb9e68bace8ae90e7bda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)