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 | 預??柔 | 100101110110000100111111001111111000111101011111 | 97613f3f8f5f |
EUC-JP | 預??柔 | 110011011100001000111111001111111011110111000000 | cdc23f3fbdc0 |
UTF-8 | 預룬걖柔 | 111010011010000010010000111010111010001110101100111010101011000110010110111001101001111110010100 | e9a090eba3aceab196e69f94 |
UHC | 預룬걖柔 | 1110011111101000101101111110100110000001100000011110101011110101 | e7e8b7e98181eaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)