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 | 認?番??渦 | 100101000100011000111111100101001101010000111111001111111000100101010001 | 94463f94d43f3f8951 |
EUC-JP | 認?番??渦 | 110001111010011100111111110010001101011000111111001111111011000110110010 | c7a73fc8d63f3fb1b2 |
UTF-8 | 認얩番뤋넸渦 | 111010001010101010001101111011001001011010101001111001111001010110101010111010111010010010001011111010111000010010111000111001101011100010100110 | e8aa8dec96a9e795aaeba48beb84b8e6b8a6 |
UHC | 認얩番뤋넸渦 | 111011001110001110111110111011011101101111100011100011111011101110110011110111101110100010111110 | ece3beeddbe38fbbb3dee8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)