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 | ??湜 | 00111111001111111111101101000111 | 3f3ffb47 |
EUC-JP | ??湜 | 0011111100111111100011111100011111111100 | 3f3f8fc7fc |
UTF-8 | 뤜법湜 | 111010111010010010011100111010111011001010010101111001101011100110011100 | eba49cebb295e6b99c |
UHC | 뤜법湜 | 100011111100101110111001111111011110001111010111 | 8fcbb9fde3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)