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 | 堊??韋 | 100110101011111100111111001111111110100011101000 | 9abf3f3fe8e8 |
EUC-JP | 堊??韋 | 110101001100000100111111001111111111000011101010 | d4c13f3ff0ea |
UTF-8 | 堊앫룓韋 | 111001011010000010001010111011001001010110101011111010111010001110010011111010011001111110001011 | e5a08aec95abeba393e99f8b |
UHC | 堊앫룓韋 | 1110010010111110100111011110001110001111100100001110101011011111 | e4be9de38f90eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)