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 | ????N? | 00111111001111110011111100111111100000100110110100111111 | 3f3f3f3f826d3f |
EUC-JP | ????N? | 00111111001111110011111100111111101000111100111000111111 | 3f3f3f3fa3ce3f |
UTF-8 | 歷쎄퀡溜N쭮 | 111011111010011010001100111011001000111010000100111011011000000010100001111011111010011110001011111011111011110010101110111011001010110110101110 | efa68cec8e84ed80a1efa78befbcaeecadae |
UHC | 歷쎄퀡溜N쭮 | 111001101011100010111101111010101011001110010101111010101111111010100011110011101010100001000010 | e6b8bdeab395eafea3cea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)