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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驛、隱梧エイ | 111010011000001110100100111010001010101010001100111001101011010010110010 | e983a4e8aa8ce6b4b2 |
EUC-JP | 驛、隱梧エイ | 111100011110001110001110101001001111000010101100101110001110100010001110101101001000111010110010 | f1e38ea4f0acb8e88eb48eb2 |
UTF-8 | 驛、隱梧エイ | 111010011010100110011011111011111011110110100100111010011001101010110001111001101010001010100111111011111011110110110100111011111011110110110010 | e9a99befbda4e99ab1e6a2a7efbdb4efbdb2 |
UHC | 驛?隱梧?? | 111001101011111000111111111010111101111111100111111111000011111100111111 | e6be3febdfe7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)