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 | ??D? | 00111111001111110100010000111111 | 3f3f443f |
SJIS-WIN | ??D因 | 0011111100111111010001001000100011110110 | 3f3f4488f6 |
EUC-JP | ??D因 | 0011111100111111010001001011000011111000 | 3f3f44b0f8 |
UTF-8 | 손섞D因 | 11101100100001101001000011101100100001001001111001000100111001011001101110100000 | ec8690ec849e44e59ba0 |
UHC | 손섞D因 | 10111100110101011011110010101111010001001110110011010111 | bcd5bcaf44ecd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)