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 | 遭翫?? | 100100011001100010001010111000110011111100111111 | 91988ae33f3f |
EUC-JP | 遭翫?? | 110000011111100010110100111001010011111100111111 | c1f8b4e53f3f |
UTF-8 | 遭翫송손 | 111010011000000110101101111001111011111110101011111011001000011010100001111011001000011010010000 | e981ade7bfabec86a1ec8690 |
UHC | 遭翫송손 | 1111000011100100111010001101000110111100110110111011110011010101 | f0e4e8d1bcdbbcd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)