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 | ???軟? | 001111110011111100111111100100111110111000111111 | 3f3f3f93ee3f |
EUC-JP | 滎??軟? | 1000111111001000101110010011111100111111110001101111000000111111 | 8fc8b93f3fc6f03f |
UTF-8 | 滎ㅹ쎁軟쒏 | 111001101011101110001110111000111000010110111001111011001000111010000001111010001011101110011111111011001001001010001111 | e6bb8ee385b9ec8e81e8bb9fec928f |
UHC | 滎ㅹ쎁軟쒏 | 11111011101000111010010011101001100110111010101111100110111000111001110011100110 | fba3a4e99babe6e39ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)