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 | 茯リ害蟠 | 1110010010101000100000111000101010001010010100011110010110110100 | e4a8838a8a51e5b4 |
EUC-JP | 茯リ害蟠 | 1110100010101010101001011110101010110011101100101110101010110110 | e8aaa5eab3b2eab6 |
UTF-8 | 茯リ害蟠 | 111010001000110010101111111000111000001110101010111001011010111010110011111010001001111110100000 | e88cafe383aae5aeb3e89fa0 |
UHC | 茯リ害蟠 | 1101110011011010101010111110101011111010101010101101101011110110 | dcdaabeafaaadaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)