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 | 鈐疾遙執 | 11111011110000101000111010111110111010101010000110001110101101111111000111111100 | fbc28ebeeaa18eb7f1fc |
EUC-JP | 鈐疾遙執? | 10001111111000111100000110111100110000001111010010100011101111001011100100111111 | 8fe3c1bcc0f4a3bcb93f |
UTF-8 | 鈐疾遙執 | 111010011000100010010000111001111001011010111110111010011000000110011001111001011001111110110111111011101000010110110111 | e98890e796bee98199e59fb7ee85b7 |
UHC | 鈐疾遙執? | 110011001010001011110010111100001110100110101011111100101111101100111111 | cca2f2f0e9abf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)