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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??’??∮? | 001111110011111110000001011001100011111100111111100001111001001100111111 | 3f3f81663f3f87933f |
EUC-JP | ??’???? | 0011111100111111101000011100011100111111001111110011111100111111 | 3f3fa1c73f3f3f3f |
UTF-8 | 룶웡’룴햶∮룫 | 111010111010001110110110111011001001101110100001111000101000000010011001111010111010001110110100111011011001011010110110111000101000100010101110111010111010001110101011 | eba3b6ec9ba1e28099eba3b4ed96b6e288aeeba3ab |
UHC | 룶웡’룴햶∮룫 | 1000111110101011101111111111110110100001101011111000111110101001110000011000111110100010101100011000111110100010 | 8fabbffda1af8fa9c18fa2b18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)