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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熱??悠 | 100101000100110100111111001111111001011101001001 | 944d3f3f9749 |
EUC-JP | 熱??悠 | 110001111010111000111111001111111100110110101010 | c7ae3f3fcdaa |
UTF-8 | 熱듈넂悠 | 111001111000011010110001111010111001001110001000111010111000010010000010111001101000001010100000 | e786b1eb9388eb8482e682a0 |
UHC | 熱듈넂悠 | 1110011011110000101101011110001010000110100100101110101011101101 | e6f0b5e28692eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)