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 | 驛、豕梧差 | 111010011000001110100100111001101011001110001100111001101000110110110111 | e983a4e6b38ce68db7 |
EUC-JP | 驛、豕梧差 | 11110001111000111000111010100100111011001011010110111000111010001011101010111001 | f1e38ea4ecb5b8e8bab9 |
UTF-8 | 驛、豕梧差 | 111010011010100110011011111011111011110110100100111010001011000110010101111001101010001010100111111001011011011110101110 | e9a99befbda4e8b195e6a2a7e5b7ae |
UHC | 驛?豕梧差 | 111001101011111000111111111000111100111011100111111111001111001110101100 | e6be3fe3cee7fcf3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)