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 | 樺?? | 10001010100100100011111100111111 | 8a923f3f |
EUC-JP | 樺?? | 10110011111100100011111100111111 | b3f23f3f |
UTF-8 | 樺렧뤈 | 111001101010100010111010111010111010000010100111111010111010010010001000 | e6a8baeba0a7eba488 |
UHC | 樺렧뤈 | 111110111111110010001110101101101000111110111000 | fbfc8eb68fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)