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 | 啼攀?吟? | 1001101001100101100111011011001100111111100010111110000100111111 | 9a659db33f8be13f |
EUC-JP | 啼攀?吟? | 1101001111000110110110101011010100111111101101101110001100111111 | d3c6dab53fb6e33f |
UTF-8 | 啼攀쏭吟렩 | 111001011001010110111100111001101001010010000000111011001000111110101101111001011001000010011111111010111010000010101001 | e595bce69480ec8fade5909feba0a9 |
UHC | 啼攀쏭吟렩 | 11110000101001101101101011100111101111011111011011101011111000011000111010110111 | f0a6dae7bdf6ebe18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)