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 | 茹?彦 | 1110010010100101001111111001010101000110 | e4a53f9546 |
EUC-JP | 茹?彦 | 1110100010100111001111111100100110100111 | e8a73fc9a7 |
UTF-8 | 茹뛊彦 | 111010001000110010111001111010111001101110001010111001011011110110100110 | e88cb9eb9b8ae5bda6 |
UHC | 茹뛊彦 | 111001101010101010001101010010001110010111101001 | e6aa8d48e5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)