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 | 莇常週 | 111001001011010010001111111011011000111101010100 | e4b48fed8f54 |
EUC-JP | 莇常週 | 111010001011011010111110111011111011110110110101 | e8b6beefbdb5 |
UTF-8 | 莇常週 | 111010001000111010000111111001011011100010111000111010011000000010110001 | e88e87e5b8b8e980b1 |
UHC | ?常週 | 0011111111011111110010001111000111001110 | 3fdfc8f1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)