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 | 鞦「謌願セ | 1110100011100001101000101110011010001000100010101110100010111110 | e8e1a2e6888ae8be |
EUC-JP | 鞦「謌願セ | 11110000111000111000111010100010111010111110100010110100111010101000111010111110 | f0e38ea2ebe8b4ea8ebe |
UTF-8 | 鞦「謌願セ | 111010011001111010100110111011111011110110100010111010001010110010001100111010011010000110011000111011111011110110111110 | e99ea6efbda2e8ac8ce9a198efbdbe |
UHC | ???願? | 001111110011111100111111111010101100001100111111 | 3f3f3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)