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 | 鈐疾鋓ロァ | 1111101111000010100011101011111011111011110101101101101110100111 | fbc28ebefbd6dba7 |
EUC-JP | 鈐疾鋓ロァ | 100011111110001111000001101111001100000010001111111001001011111110001110110110111000111010100111 | 8fe3c1bcc08fe4bf8edb8ea7 |
UTF-8 | 鈐疾鋓ロァ | 111010011000100010010000111001111001011010111110111010011000101110010011111011111011111010011011111011111011110110100111 | e98890e796bee98b93efbe9befbda7 |
UHC | 鈐疾??? | 11001100101000101111001011110000001111110011111100111111 | cca2f2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)