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 | 霆庭律 | 111010001011101110010010111010111001011110100101 | e8bb92eb97a5 |
EUC-JP | 霆庭律 | 111100001011110111000100111011011100111010100111 | f0bdc4edcea7 |
UTF-8 | 霆庭律 | 111010011001110010000110111001011011101010101101111001011011111010001011 | e99c86e5baade5be8b |
UHC | 霆庭律 | 111011111111110111101111110101001101011111001000 | effdefd4d7c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)