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 | 茯リ畿 | 111001001010100010000011100010101000101101000101 | e4a8838a8b45 |
EUC-JP | 茯リ畿 | 111010001010101010100101111010101011010110100110 | e8aaa5eab5a6 |
UTF-8 | 茯リ畿 | 111010001000110010101111111000111000001110101010111001111001010110111111 | e88cafe383aae795bf |
UHC | 茯リ畿 | 110111001101101010101011111010101101000110110010 | dcdaabead1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)