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 | 葬?窪?? | 10010001100100100011111110001100010001010011111100111111 | 91923f8c453f3f |
EUC-JP | 葬?窪?蔣 | 110000011111001000111111101101111010011000111111100011111101100110110110 | c1f23fb7a63f8fd9b6 |
UTF-8 | 葬렱窪렱蔣 | 111010001001000110101100111010111010000010110001111001111010101010101010111010111010000010110001111010001001010010100011 | e891aceba0b1e7aaaaeba0b1e894a3 |
UHC | 葬렱窪렱蔣 | 11101101111101111000111010111110111010001100000110001110101111101110110111111000 | edf78ebee8c18ebeedf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)