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 | 髦。蛟・ホ | 11101001100110001010000111100101100000001010010111001110 | e998a1e580a5ce |
EUC-JP | 髦。蛟・ホ | 11110001111110001000111010100001111010011110000010001110101001011000111011001110 | f1f88ea1e9e08ea58ece |
UTF-8 | 髦。蛟・ホ | 111010011010101110100110111011111011110110100001111010001001101110011111111011111011110110100101111011111011111010001110 | e9aba6efbda1e89b9fefbda5efbe8e |
UHC | ??蛟?? | 001111110011111111001110111100010011111100111111 | 3f3fcef13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)