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 | 塋f?? | 100110101100100010000010100001100011111100111111 | 9ac882863f3f |
EUC-JP | 塋f?薏 | 1101010011001010101000111110011000111111100011111101100111011110 | d4caa3e63f8fd9de |
UTF-8 | 塋f꽏薏 | 111001011010000110001011111011111011110110000110111010101011110110001111111010001001011010001111 | e5a18befbd86eabd8fe8968f |
UHC | 塋f꽏薏 | 1110011110101011101000111110011010000100100111111110101111111011 | e7aba3e6849febfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)