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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愕?煙愕?? | 100111001011000100111111100010011000110010011100101100010011111100111111 | 9cb13f898c9cb13f3f |
EUC-JP | 愕?煙愕?潚 | 1101100010110011001111111011000111101100110110001011001100111111100011111100100011011010 | d8b33fb1ecd8b33f8fc8da |
UTF-8 | 愕栒煙愕栒潚 | 111001101000010010010101111001101010000010010010111001111000010110011001111001101000010010010101111001101010000010010010111001101011110110011010 | e68495e6a092e78599e68495e6a092e6bd9a |
UHC | 愕栒煙愕栒潚 | 111001001100001111100010111000111110011011010101111001001100001111100010111000111110001011011000 | e4c3e2e3e6d5e4c3e2e3e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)