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 | 帳??曜 | 100100101010000000111111001111111001011101101010 | 92a03f3f976a |
EUC-JP | 帳??曜 | 110001001010001000111111001111111100110111001011 | c4a23f3fcdcb |
UTF-8 | 帳앾숴曜 | 111001011011100010110011111011001001010110111110111011001000100010110100111001101001101110011100 | e5b8b3ec95beec88b4e69b9c |
UHC | 帳앾숴曜 | 1110110111100011100111011110111110111101101001001110100011111000 | ede39defbda4e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)