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 | ??駟 | 00111111001111111110100101101001 | 3f3fe969 |
EUC-JP | ??駟 | 00111111001111111111000111001010 | 3f3ff1ca |
UTF-8 | 뤜법駟 | 111010111010010010011100111010111011001010010101111010011010011110011111 | eba49cebb295e9a79f |
UHC | 뤜법駟 | 100011111100101110111001111111011101111011111001 | 8fcbb9fddef9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)