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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錝嫉湜 | 111110111101110110001110101110011111101101000111 | fbdd8eb9fb47 |
EUC-JP | 錝嫉湜 | 1000111111100100110110111011110010111011100011111100011111111100 | 8fe4dbbcbb8fc7fc |
UTF-8 | 錝嫉湜 | 111010011000110010011101111001011010101110001001111001101011100110011100 | e98c9de5ab89e6b99c |
UHC | ?嫉湜 | 0011111111110010111011001110001111010111 | 3ff2ece3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)