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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???姙?? | 00111111001111110011111110011011010010110011111100111111 | 3f3f3f9b4b3f3f |
EUC-JP | ???姙?? | 00111111001111110011111111010101101011000011111100111111 | 3f3f3fd5ac3f3f |
UTF-8 | 琉믥괵姙ㅶ뼆 | 111011111010011110001100111010111010111110100101111010101011010010110101111001011010011110011001111000111000010110110110111010111011110010000110 | efa78cebafa5eab4b5e5a799e385b6ebbc86 |
UHC | 琉믥괵姙ㅶ뼆 | 111010111010010010010010111001111011000110101100111011001111010110100100111001101001011010010000 | eba492e7b1acecf5a4e69690 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)