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 | 歪??軟?? | 1001100001100011001111110011111110010011111011100011111100111111 | 98633f3f93ee3f3f |
EUC-JP | 歪??軟?? | 1100111111000100001111110011111111000110111100000011111100111111 | cfc43f3fc6f03f3f |
UTF-8 | 歪든걀軟ㅸ웻 | 111001101010110110101010111010111001001110100000111010101011000110000000111010001011101110011111111000111000010110111000111011001001101110111011 | e6adaaeb93a0eab180e8bb9fe385b8ec9bbb |
UHC | 歪든걀軟ㅸ웻 | 111010001110000010110101111001111011000010111111111001101110001110100100111010001001111110000111 | e8e0b5e7b0bfe6e3a4e89f87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)