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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 爻称ォ\ | 111000001010100110001111110011001010101101011100 | e0a98fccab5c |
EUC-JP | 爻称ォ\ | 11100000101010111011111011001110100011101010101101011100 | e0abbece8eab5c |
UTF-8 | 爻称ォ\ | 11100111100010001011101111100111101001111011000011101111101111011010101101011100 | e788bbe7a7b0efbdab5c |
UHC | 爻??\ | 1111110110100001001111110011111101011100 | fda13f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)