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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 戍?Å? | 100111001111100100111111100000011111000000111111 | 9cf93f81f03f |
EUC-JP | 戍?Å? | 110110001111101100111111101000101111001000111111 | d8fb3fa2f23f |
UTF-8 | 戍㏓Å샴 | 111001101000100010001101111000111000111110010011111000101000010010101011111011001000001110110100 | e6888de38f93e284abec83b4 |
UHC | 戍㏓Å샴 | 1110001010100001101001111110101110100001110010101011110010100100 | e2a1a7eba1cabca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)