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 | 熱??諭ワ? | 100101000100110100111111001111111001011101000000100000111000111100111111 | 944d3f3f9740838f3f |
EUC-JP | 熱??諭ワ? | 110001111010111000111111001111111100110110100001101001011110111100111111 | c7ae3f3fcda1a5ef3f |
UTF-8 | 熱듈넁諭ワ쬂 | 111001111000011010110001111010111001001110001000111010111000010010000001111010001010101110101101111000111000001110101111111011001010110010000010 | e786b1eb9388eb8481e8abade383afecac82 |
UHC | 熱듈넁諭ワ쬂 | 111001101111000010110101111000101000011010010001111010111011000110101011111011111010011010011001 | e6f0b5e28691ebb1abefa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)