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 | 訷。驪顛 | 11111011101001001010000111101001100010111001001101011110 | fba4a1e98b935e |
EUC-JP | 訷。驪顛 | 100011111101110111010100100011101010000111110001111010111100010110111111 | 8fddd48ea1f1ebc5bf |
UTF-8 | 訷。驪顛 | 111010001010100010110111111011111011110110100001111010011010100110101010111010011010000110011011 | e8a8b7efbda1e9a9aae9a19b |
UHC | ??驪? | 0011111100111111110101011111000100111111 | 3f3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)