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 | 鈐蒔澵スラ | 1111101111000010100011101010101011111011010011001011110111010111 | fbc28eaafb4cbdd7 |
EUC-JP | 鈐蒔澵スラ | 100011111110001111000001101111001010110010001111110010001111100010001110101111011000111011010111 | 8fe3c1bcac8fc8f88ebd8ed7 |
UTF-8 | 鈐蒔澵スラ | 111010011000100010010000111010001001001010010100111001101011111010110101111011111011110110111101111011111011111010010111 | e98890e89294e6beb5efbdbdefbe97 |
UHC | 鈐蒔??? | 11001100101000101110001111001000001111110011111100111111 | cca2e3c83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)