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 | 遮勺セ | 1000111011010101100011101101100110111110 | 8ed58ed9be |
EUC-JP | 遮勺セ | 101111001101011110111100110110111000111010111110 | bcd7bcdb8ebe |
UTF-8 | 遮勺セ | 111010011000000110101110111001011000101110111010111011111011110110111110 | e981aee58bbaefbdbe |
UHC | 遮勺? | 1111001110110100111011011100001100111111 | f3b4edc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)