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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 啼烽? | 1001101001100101111000001000001000111111 | 9a65e0823f |
EUC-JP | 啼烽? | 1101001111000110110111111110001000111111 | d3c6dfe23f |
UTF-8 | 啼烽밸 | 111001011001010110111100111001111000001110111101111010111011000010111000 | e595bce783bdebb0b8 |
UHC | 啼烽밸 | 111100001010011011011100111010111011100111101011 | f0a6dcebb9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)