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 | 業??泣?? | 1000101111000110001111110011111110001011100000110011111100111111 | 8bc63f3f8b833f3f |
EUC-JP | 業??泣?ł | 10110110110010000011111100111111101101011110001100111111100011111010100111001000 | b6c83f3fb5e33f8fa9c8 |
UTF-8 | 業볥돍泣곭ł | 1110011010100101101011011110101110110011101001011110101110001111100011011110011010110011101000111110101010110011101011011100010110000010 | e6a5adebb3a5eb8f8de6b3a3eab3adc582 |
UHC | 業볥돍泣곭ł | 111001011111011010010011111010111000100110011011111010111110100010000001111001111010100110101001 | e5f693eb899bebe881e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)