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 | ?罕庭? | 001111111110001110100101100100101110101100111111 | 3fe3a592eb3f |
EUC-JP | ?罕庭? | 001111111110011010100111110001001110110100111111 | 3fe6a7c4ed3f |
UTF-8 | 뤋罕庭쬒 | 111010111010010010001011111001111011110110010101111001011011101010101101111011001010110010010010 | eba48be7bd95e5baadecac92 |
UHC | 뤋罕庭쬒 | 1000111110111011111110011101011011101111110101001010011101000111 | 8fbbf9d6efd4a747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)