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 | 啼斑???? | 1001101001100101100101001100000100111111001111110011111100111111 | 9a6594c13f3f3f3f |
EUC-JP | 啼斑???? | 1101001111000110110010001100001100111111001111110011111100111111 | d3c6c8c33f3f3f3f |
UTF-8 | 啼斑렑댓렰렜 | 111001011001010110111100111001101001011010010001111010111010000010010001111010111000110010010011111010111010000010110000111010111010000010011100 | e595bce69691eba091eb8c93eba0b0eba09c |
UHC | 啼斑렑댓렰렜 | 111100001010011011011010111010001000111010100110101101001111000110001110101111011000111010101110 | f0a6dae88ea6b4f18ebd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)