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 | ????嬉絶 | 0011111100111111001111110011111110001010111100001001000011100010 | 3f3f3f3f8af090e2 |
EUC-JP | ????嬉絶 | 0011111100111111001111110011111110110100111100101100000011100100 | 3f3f3f3fb4f2c0e4 |
UTF-8 | 앓롉롖뤔嬉絶 | 111011001001010110010011111010111010000110001001111010111010000110010110111010111010010010010100111001011010110010001001111001111011010110110110 | ec9593eba189eba196eba494e5ac89e7b5b6 |
UHC | 앓롉롖뤔嬉絶 | 101111101100111010001110110011111000111011011010100011111100010011111101111100001110111110111110 | bece8ecf8eda8fc4fdf0efbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)