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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???憲俎倬 | 001111110011111100111111100011001001101110011000110101111001100011101001 | 3f3f3f8c9b98d798e9 |
EUC-JP | ???憲俎倬 | 001111110011111100111111101101111111101111010000110110011101000011101011 | 3f3f3fb7fbd0d9d0eb |
UTF-8 | 뤯헤뤠憲俎倬 | 111010111010010010101111111011011001011110100100111010111010010010100000111001101000011010110010111001001011111110001110111001011000000010101100 | eba4afed97a4eba4a0e686b2e4bf8ee580ac |
UHC | 뤯헤뤠憲俎倬 | 100011111101110111000111111011001011011111110001111110101100101011110000101110111111011011110000 | 8fddc7ecb7f1facaf0bbf6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)