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 | 粫剰轡 | 111000101110011010001111111010001000110001000100 | e2e68fe88c44 |
EUC-JP | 粫剰轡 | 111001001110100010111110111010101011011110100101 | e4e8beeab7a5 |
UTF-8 | 粫剰轡 | 111001111011001010101011111001011000100110110000111010001011110110100001 | e7b2abe589b0e8bda1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)