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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譟梦ャ川ィシ | 111001101001111110011010111010111010110010010000111011001010100010111100 | e69f9aebac90eca8bc |
EUC-JP | 譟梦ャ川ィシ | 111011001010000111010100111011011000111010101100110000001110111010001110101010001000111010111100 | eca1d4ed8eacc0ee8ea88ebc |
UTF-8 | 譟梦ャ川ィシ | 111010001010110110011111111001101010001010100110111011111011110110101100111001011011011110011101111011111011110110101000111011111011110110111100 | e8ad9fe6a2a6efbdace5b79defbda8efbdbc |
UHC | ???川?? | 00111111001111110011111111110100101110010011111100111111 | 3f3f3ff4b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)