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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 酌丈セ | 11110000101111011000111011011110100011111110010010111110 | f0bd8ede8fe4be |
EUC-JP | ?酌丈セ | 00111111101111001110000010111110111001101000111010111110 | 3fbce0bee68ebe |
UTF-8 | 酌丈セ | 111011101000000110111100111010011000010110001100111001001011100010001000111011111011110110111110 | ee81bce9858ce4b888efbdbe |
UHC | ?酌丈? | 001111111110110111001100111011011101101100111111 | 3fedcceddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)