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 | ?ラ?熱 | 001111111000001110001001001111111001010001001101 | 3f83893f944d |
EUC-JP | ?ラ?熱 | 001111111010010111101001001111111100011110101110 | 3fa5e93fc7ae |
UTF-8 | 樂ラ슍熱 | 111011111010011010111111111000111000001110101001111011001000101010001101111001111000011010110001 | efa6bfe383a9ec8a8de786b1 |
UHC | 樂ラ슍熱 | 1110100011111001101010111110100110011010100111011110011011110000 | e8f9abe99a9de6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)