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 | 節??烏?】 | 100100001101111100111111001111111000100101000111001111111000000101111010 | 90df3f3f89473f817a |
EUC-JP | 節??烏?】 | 110000001110000100111111001111111011000110101000001111111010000111011011 | c0e13f3fb1a83fa1db |
UTF-8 | 節쇽슨烏썼】 | 111001111010111110000000111011001000011110111101111011001000101010101000111001111000001110001111111011001000110110111100111000111000000010010001 | e7af80ec87bdec8aa8e7838fec8dbce38091 |
UHC | 節쇽슨烏썼】 | 111011111011110110111100111011111011110110111100111010001010000110111101111010001010000110111101 | efbdbcefbdbce8a1bde8a1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)