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 | 蔭??懿?? | 1000100011111100001111110011111110011100111100100011111100111111 | 88fc3f3f9cf23f3f |
EUC-JP | 蔭??懿?? | 1011000011111110001111110011111111011000111101000011111100111111 | b0fe3f3fd8f43f3f |
UTF-8 | 蔭⑹꽫懿덃죳 | 111010001001010010101101111000101001000110111001111010101011110110101011111001101000011110111111111010111000110110000011111011001010001110110011 | e894ade291b9eabdabe687bfeb8d83eca3b3 |
UHC | 蔭⑹꽫懿덃죳 | 111010111110001110101001111011001000010010110110111010111111001110001000111001101010000110001110 | ebe3a9ec84b6ebf388e6a18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)