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 | 莢初洪 | 111001001011000010001111100010011000110101011110 | e4b08f898d5e |
EUC-JP | 莢初洪 | 111010001011001010111101111010011011100110111111 | e8b2bde9b9bf |
UTF-8 | 莢初洪 | 111010001000111010100010111001011000100010011101111001101011010010101010 | e88ea2e5889de6b4aa |
UHC | 莢初洪 | 111110101111100011110100111110001111101111110011 | faf8f4f8fbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)