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 | ??`??? | 001111110011111101100000001111110011111100111111 | 3f3f603f3f3f |
SJIS-WIN | テゥ`ツ古豹 | 1100001110101001011000001100001010001100110000111001010101011110 | c3a960c28cc3955e |
EUC-JP | テゥ`ツ古豹 | 1000111011000011100011101010100101100000100011101100001010111000110001011100100110111111 | 8ec38ea9608ec2b8c5c9bf |
UTF-8 | テゥ`ツ古豹 | 11101111101111101000001111101111101111011010100101100000111011111011111010000010111001011000111110100100111010001011000110111001 | efbe83efbda960efbe82e58fa4e8b1b9 |
UHC | ??`?古豹 | 0011111100111111011000000011111111001101101011111111100011111011 | 3f3f603fcdaff8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)