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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娼ヘ戓モ娼 | 1000111110101001110011011111101011000111110100111000111110101001 | 8fa9cdfac7d38fa9 |
EUC-JP | 娼ヘ戓モ娼 | 1011111010101011100011101100110110001111101111111010100010001110110100111011111010101011 | beab8ecd8fbfa88ed3beab |
UTF-8 | 娼ヘ戓モ娼 | 111001011010100010111100111011111011111010001101111001101000100010010011111011111011111010010011111001011010100010111100 | e5a8bcefbe8de68893efbe93e5a8bc |
UHC | 娼???娼 | 11110011110111100011111100111111001111111111001111011110 | f3de3f3f3ff3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)