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 | 猥需瓦 | 111000001100111010001110111110011000101010100010 | e0ce8ef98aa2 |
EUC-JP | 猥需瓦 | 111000001101000010111100111110111011010010100100 | e0d0bcfbb4a4 |
UTF-8 | 猥需瓦 | 111001111000110010100101111010011001110010000000111001111001001110100110 | e78ca5e99c80e793a6 |
UHC | 猥需瓦 | 111010001110010111100010110011011110100010111111 | e8e5e2cde8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)