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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 銑?????? | 1001000101001100001111110011111100111111001111110011111100111111 | 914c3f3f3f3f3f3f |
EUC-JP | 銑?????? | 1100000110101101001111110011111100111111001111110011111100111111 | c1ad3f3f3f3f3f3f |
UTF-8 | 銑렯렳렯롅센셧 | 111010011000101010010001111010111010000010101111111010111010000010110011111010111010000010101111111010111010000110000101111011001000010010111100111011001000010110100111 | e98a91eba0afeba0b3eba0afeba185ec84bcec85a7 |
UHC | 銑렯렳렯롅센셧 | 1110000011010101100011101011110010001110110000001000111010111100100011101100101110111100101111101011110011001011 | e0d58ebc8ec08ebc8ecbbcbebccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)