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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?喇ご | 0011111110011010011010001000001010110010 | 3f9a6882b2 |
EUC-JP | ?喇ご | 0011111111010011110010011010010010110100 | 3fd3c9a4b4 |
UTF-8 | 暈喇ご | 111011111010011110000101111001011001011010000111111000111000000110010100 | efa785e59687e38194 |
UHC | 暈喇ご | 111010011111011111010100111110101010101010110100 | e9f7d4faaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)