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 | 恙?? | 10011100100110010011111100111111 | 9c993f3f |
EUC-JP | 恙?? | 11010111111110010011111100111111 | d7f93f3f |
UTF-8 | 恙섌큺 | 111001101000000110011001111011001000010010001100111011011000000110111010 | e68199ec848ced81ba |
UHC | 恙섌큺 | 111001011011111110011000111010011011010010001001 | e5bf98e9b489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)