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 | ??∮?!? | 0011111100111111100001111001001100111111100000010100100100111111 | 3f3f87933f81493f |
EUC-JP | ????!鈒 | 001111110011111100111111001111111010000110101010100011111110001111000010 | 3f3f3f3fa1aa8fe3c2 |
UTF-8 | 룶첂∮룶!鈒 | 111010111010001110110110111011001011001010000010111000101000100010101110111010111010001110110110111011111011110010000001111010011000100010010010 | eba3b6ecb282e288aeeba3b6efbc81e98892 |
UHC | 룶첂∮룶!鈒 | 100011111010101110101010100011111010001010110001100011111010101110100011101000011101111110111100 | 8fabaa8fa2b18faba3a1dfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)