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 | ??N | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | 車赦N | 1000111011010100100011101100110101001110 | 8ed48ecd4e |
EUC-JP | 車赦N | 1011110011010110101111001100111101001110 | bcd6bccf4e |
UTF-8 | 車赦N | 11101000101110111000101011101000101101011010011001001110 | e8bb8ae8b5a64e |
UHC | 車赦N | 1111001110110011110111101111010101001110 | f3b3def54e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)