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 | 霈願ア薩 | 11101000101111001000101011101000101100011000111001000110 | e8bc8ae8b18e46 |
EUC-JP | 霈願ア薩 | 1111000010111110101101001110101010001110101100011011101110100111 | f0beb4ea8eb1bba7 |
UTF-8 | 霈願ア薩 | 111010011001110010001000111010011010000110011000111011111011110110110001111010001001011010101001 | e99c88e9a198efbdb1e896a9 |
UHC | ?願?薩 | 001111111110101011000011001111111101111110110001 | 3feac33fdfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)