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 | 梧?<節?? | 100011001110011000111111100000011000001110010000110111110011111100111111 | 8ce63f818390df3f3f |
EUC-JP | 梧?<節?? | 101110001110100000111111101000011110001111000000111000010011111100111111 | b8e83fa1e3c0e13f3f |
UTF-8 | 梧잌<節길썣 | 111001101010001010100111111011001001111010001100111011111011110010011100111001111010111110000000111010101011100010111000111011001000110110100011 | e6a2a7ec9e8cefbc9ce7af80eab8b8ec8da3 |
UHC | 梧잌<節길썣 | 111001111111110010011111111001011010001110111100111011111011110110110001111001101001101110010110 | e7fc9fe5a3bcefbdb1e69b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)