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 | 猾鉎魲 | 111000001100111111111011110001111111110001000010 | e0cffbc7fc42 |
EUC-JP | 猾鉎? | 111000001101000110001111111000111101111100111111 | e0d18fe3df3f |
UTF-8 | 猾鉎魲 | 111001111000110010111110111010011000100110001110111010011010110110110010 | e78cbee9898ee9adb2 |
UHC | 猾?? | 11111100110000100011111100111111 | fcc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)