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 | 揖???肄 | 10010111010010110011111100111111001111111110001111100101 | 974b3f3f3fe3e5 |
EUC-JP | 揖???肄 | 11001101101011000011111100111111001111111110011011100111 | cdac3f3f3fe6e7 |
UTF-8 | 揖멸렎렧肄 | 111001101000111110010110111010111010100110111000111010111010000010001110111010111010000010100111111010001000001010000100 | e68f96eba9b8eba08eeba0a7e88284 |
UHC | 揖멸렎렧肄 | 11101011111001111011100011101010100011101010010010001110101101101110110010111101 | ebe7b8ea8ea48eb6ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)