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 | ??¨??? | 001111110011111110101000001111110011111100111111 | 3f3fa83f3f3f |
SJIS-WIN | 梧?¨橈?? | 100011001110011000111111100000010100111010011110111101000011111100111111 | 8ce63f814e9ef43f3f |
EUC-JP | 梧?¨橈?? | 101110001110100000111111101000011010111111011100111101100011111100111111 | b8e83fa1afdcf63f3f |
UTF-8 | 梧잍¨橈랃숲 | 1110011010100010101001111110110010011110100011011100001010101000111001101010100110001000111010111001111010000011111011001000100010110010 | e6a2a7ec9e8dc2a8e6a988eb9e83ec88b2 |
UHC | 梧잍¨橈랃숲 | 111001111111110010011111111001101010000110100111111010001111101010001101111011111011110110100011 | e7fc9fe6a1a7e8fa8defbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)