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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?割荊?荊 | 0011111110001010100001001000110001110100001111111000110001110100 | 3f8a848c743f8c74 |
EUC-JP | ?割荊?荊 | 0011111110110011111001001011011111010101001111111011011111010101 | 3fb3e4b7d53fb7d5 |
UTF-8 | 뤋割荊궝荊 | 111010111010010010001011111001011000100110110010111010001000110110001010111010101011011010011101111010001000110110001010 | eba48be589b2e88d8aeab69de88d8a |
UHC | 뤋割荊궝荊 | 10001111101110111111100111011100111110111010101010110001110010101111101110101010 | 8fbbf9dcfbaab1cafbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)