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 | 錞タ邇ソ漆 | 1111101111011011110000001110011110001110101111111000111010111101 | fbdbc0e78ebf8ebd |
EUC-JP | 錞タ邇ソ漆 | 1000111111100100110111001000111011000000111011011110111010001110101111111011110010111111 | 8fe4dc8ec0edee8ebfbcbf |
UTF-8 | 錞タ邇ソ漆 | 111010011000110010011110111011111011111010000000111010011000001010000111111011111011110110111111111001101011110010000110 | e98c9eefbe80e98287efbdbfe6bc86 |
UHC | 錞?邇?漆 | 1110001011110110001111111110110011000100001111111111011011010100 | e2f63fecc43ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)