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 | 獨ヲヌ | 11100000110101011010011011000111 | e0d5a6c7 |
EUC-JP | 獨ヲヌ | 111000001101011110001110101001101000111011000111 | e0d78ea68ec7 |
UTF-8 | 獨ヲヌ | 111001111000110110101000111011111011110110100110111011111011111010000111 | e78da8efbda6efbe87 |
UHC | 獨?? | 11010100101111000011111100111111 | d4bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)