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 | 逍瀧摯諞ョ | 111001111001011010010001111010111001110110010101111001101000011010101110 | e79691eb9d95e686ae |
EUC-JP | 逍瀧摯諞ョ | 11101101111101101100001011101101110110011111010111101011111001101000111010101110 | edf6c2edd9f5ebe68eae |
UTF-8 | 逍瀧摯諞ョ | 111010011000000010001101111001111000000010100111111001101001000110101111111010001010101110011110111011111011110110101110 | e9808de780a7e691afe8ab9eefbdae |
UHC | 逍瀧摯?? | 1110000111001110110101101110100111110010101001110011111100111111 | e1ced6e9f2a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)