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 | 霈願ア賛 | 11101000101111001000101011101000101100011000111001011110 | e8bc8ae8b18e5e |
EUC-JP | 霈願ア賛 | 1111000010111110101101001110101010001110101100011011101110111111 | f0beb4ea8eb1bbbf |
UTF-8 | 霈願ア賛 | 111010011001110010001000111010011010000110011000111011111011110110110001111010001011001110011011 | e99c88e9a198efbdb1e8b39b |
UHC | ?願?? | 0011111111101010110000110011111100111111 | 3feac33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)