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 | 獰??燁 | 111000001101011000111111001111111111101101011001 | e0d63f3ffb59 |
EUC-JP | 獰??燁 | 11100000110110000011111100111111100011111100101010110011 | e0d83f3f8fcab3 |
UTF-8 | 獰욇쭠燁 | 111001111000110110110000111011001001101010000111111011001010110110100000111001111000011110000001 | e78db0ec9a87ecada0e78781 |
UHC | 獰욇쭠燁 | 1110011110111110100111101110100110100111100101011110011110100111 | e7be9ee9a795e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)