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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈑セ繽苫魲 | 111001111110010110111110111000111000111110010011110011111111110001000010 | e7e5bee38f93cffc42 |
EUC-JP | 鈑セ繽苫? | 111011101110011110001110101111101110010111101111110001101101000100111111 | eee78ebee5efc6d13f |
UTF-8 | 鈑セ繽苫魲 | 111010011000100010010001111011111011110110111110111001111011100110111101111010001000101110101011111010011010110110110010 | e98891efbdbee7b9bde88babe9adb2 |
UHC | 鈑???? | 111101111111111000111111001111110011111100111111 | f7fe3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)