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 | ??捌 | 00111111001111111000111001001010 | 3f3f8e4a |
EUC-JP | ??捌 | 00111111001111111011101110101011 | 3f3fbbab |
UTF-8 | 뤈㉥捌 | 111010111010010010001000111000111000100110100101111001101000110110001100 | eba488e389a5e68d8c |
UHC | 뤈㉥捌 | 100011111011100010101000101101101111100010100100 | 8fb8a8b6f8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)