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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 業??泣?B | 1000101111000110001111110011111110001011100000110011111101000010 | 8bc63f3f8b833f42 |
EUC-JP | 業??泣?B | 1011011011001000001111110011111110110101111000110011111101000010 | b6c83f3fb5e33f42 |
UTF-8 | 業볥돍泣큆B | 11100110101001011010110111101011101100111010010111101011100011111000110111100110101100111010001111101101100000011000011001000010 | e6a5adebb3a5eb8f8de6b3a3ed818642 |
UHC | 業볥돍泣큆B | 1110010111110110100100111110101110001001100110111110101111101000101101000101001101000010 | e5f693eb899bebe8b45342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)