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 | 影??節②? | 100010010110010100111111001111111001000011011111100001110100000100111111 | 89653f3f90df87413f |
EUC-JP | 影??節?? | 1011000111000110001111110011111111000000111000010011111100111111 | b1c63f3fc0e13f3f |
UTF-8 | 影곲썒節②쪥 | 111001011011110110110001111010101011001110110010111011001000110110010010111001111010111110000000111000101001000110100001111011001010101010100101 | e5bdb1eab3b2ec8d92e7af80e291a1ecaaa5 |
UHC | 影곲썒節②쪥 | 111001111010111110000001111010011001101110000101111011111011110110101000111010001010010110011110 | e7af81e99b85efbda8e8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)