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 | 巍??猶?? | 1001101111011001001111110011111110010111010100000011111100111111 | 9bd93f3f97503f3f |
EUC-JP | 巍??猶?? | 1101011011011011001111110011111111001101101100010011111100111111 | d6db3f3fcdb13f3f |
UTF-8 | 巍뉖뿮猶쀩짘 | 111001011011011110001101111010111000100110010110111010111011111110101110111001111000110010110110111011001000000010101001111011001010011110011000 | e5b78deb8996ebbfaee78cb6ec80a9eca798 |
UHC | 巍뉖뿮猶쀩짘 | 111010001110010010000111111010111001011110101110111010111010001010010111111010011010001110011111 | e8e487eb97aeeba297e9a39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)