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 | 霍ソ蟠守 | 11101000101101111011111111100101101101001000111011100111 | e8b7bfe5b48ee7 |
EUC-JP | 霍ソ蟠守 | 1111000010111001100011101011111111101010101101101011110011101001 | f0b98ebfeab6bce9 |
UTF-8 | 霍ソ蟠守 | 111010011001110010001101111011111011110110111111111010001001111110100000111001011010111010001000 | e99c8defbdbfe89fa0e5ae88 |
UHC | ??蟠守 | 001111110011111111011010111101101110000111111010 | 3f3fdaf6e1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)