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 | 頏宍篠 | 111010001111000010001110101100111000111011000010 | e8f08eb38ec2 |
EUC-JP | 頏宍篠 | 111100001111001010111100101101011011110011000100 | f0f2bcb5bcc4 |
UTF-8 | 頏宍篠 | 111010011010000010001111111001011010111010001101111001111010111110100000 | e9a08fe5ae8de7afa0 |
UHC | ??篠 | 00111111001111111110000111000110 | 3f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)