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 | ??R? | 00111111001111110101001000111111 | 3f3f523f |
SJIS-WIN | 謝璽R籵 | 10001110110100111000111010100011010100101110001011100000 | 8ed38ea352e2e0 |
EUC-JP | 謝璽R籵 | 10111100110101011011110010100101010100101110010011100010 | bcd5bca552e4e2 |
UTF-8 | 謝璽R籵 | 11101000101011001001110111100111100100101011110101010010111001111011000110110101 | e8ac9de792bd52e7b1b5 |
UHC | 謝璽R? | 110111101111001111011111110111100101001000111111 | def3dfde523f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)