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 | 棚多臓尊 | 1001001001001001100100011011110110010001100111111001000110111000 | 924991bd919f91b8 |
EUC-JP | 棚多臓尊 | 1100001110101010110000101011111111000010101000011100001010111010 | c3aac2bfc2a1c2ba |
UTF-8 | 棚多臓尊 | 111001101010001110011010111001011010010010011010111010001000011110010011111001011011000010001010 | e6a39ae5a49ae88793e5b08a |
UHC | 棚多?尊 | 11011101110111001101001011111101001111111111000011101110 | dddcd2fd3ff0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)