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 | 褓榊娼蒹 | 1110010111101110100011011110010110001111101010011110010011100011 | e5ee8de58fa9e4e3 |
EUC-JP | 褓榊娼蒹 | 1110101011110000101110101110011110111110101010111110100011100101 | eaf0bae7beabe8e5 |
UTF-8 | 褓榊娼蒹 | 111010001010010010010011111001101010011010001010111001011010100010111100111010001001001010111001 | e8a493e6a68ae5a8bce892b9 |
UHC | 褓?娼? | 110111001100111000111111111100111101111000111111 | dcce3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)