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 | 妖?霽?蹟 | 1001011101100100001111111110100011000111001111111001000011010110 | 97643fe8c73f90d6 |
EUC-JP | 妖?霽?蹟 | 1100110111000101001111111111000011001001001111111100000011011000 | cdc53ff0c93fc0d8 |
UTF-8 | 妖렢霽렢蹟 | 111001011010011010010110111010111010000010100010111010011001110010111101111010111010000010100010111010001011100110011111 | e5a696eba0a2e99cbdeba0a2e8b99f |
UHC | 妖렢霽렢蹟 | 11101000111011011000111010110011111100001011100010001110101100111110111011100111 | e8ed8eb3f0b88eb3eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)