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 | ???業? | 001111110011111100111111100010111100011000111111 | 3f3f3f8bc63f |
EUC-JP | ???業? | 001111110011111100111111101101101100100000111111 | 3f3f3fb6c83f |
UTF-8 | 禮썲졃業낲 | 111011111010011010110110111011001000110110110010111011001010000110000011111001101010010110101101111010111000001010110010 | efa6b6ec8db2eca183e6a5adeb82b2 |
UHC | 禮썲졃業낲 | 11100111110111111011110111100101101000001011010011100101111101101000011001000110 | e7dfbde5a0b4e5f68646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)