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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煜ツ蠑ェ | 111110110101010111000010111001011011110010101010 | fb55c2e5bcaa |
EUC-JP | 煜ツ蠑ェ | 100011111100100111111100100011101100001011101010101111101000111010101010 | 8fc9fc8ec2eabe8eaa |
UTF-8 | 煜ツ蠑ェ | 111001111000010110011100111011111011111010000010111010001010000010010001111011111011110110101010 | e7859cefbe82e8a091efbdaa |
UHC | 煜??? | 1110100111110010001111110011111100111111 | e9f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)