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 | 霈願シ馨 | 11101000101111001000101011101000101111001000101001011101 | e8bc8ae8bc8a5d |
EUC-JP | 霈願シ馨 | 1111000010111110101101001110101010001110101111001011001110111110 | f0beb4ea8ebcb3be |
UTF-8 | 霈願シ馨 | 111010011001110010001000111010011010000110011000111011111011110110111100111010011010011010101000 | e99c88e9a198efbdbce9a6a8 |
UHC | ?願?馨 | 001111111110101011000011001111111111101110110000 | 3feac33ffbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)