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 | 晤わ?? | 100111011110101110000010111011010011111100111111 | 9deb82ed3f3f |
EUC-JP | 晤わ?旿 | 1101101011101101101001001110111100111111100011111100000111110100 | daeda4ef3f8fc1f4 |
UTF-8 | 晤わ슨旿 | 111001101001100110100100111000111000001010001111111011001000101010101000111001101001011110111111 | e699a4e3828fec8aa8e697bf |
UHC | 晤わ슨旿 | 1110011111111011101010101110111110111101101111001110011111111010 | e7fbaaefbdbce7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)