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 | ͬ߾ | 110011011010110010001110110111111000111010111110 | cdac8edf8ebe |
SJIS-WIN | ?¬???? | 00111111100000011100101000111111001111110011111100111111 | 3f81ca3f3f3f3f |
EUC-JP | ͬ?ß?? | 1000111110101010101111111010001011001100001111111000111110101001110011100011111100111111 | 8faabfa2cc3f8fa9ce3f3f |
UTF-8 | ͬ߾ | 110000111000110111000010101011001100001010001110110000111001111111000010100011101100001010111110 | c38dc2acc28ec39fc28ec2be |
UHC | ???ß?¾ | 0011111100111111001111111010100110101100001111111010100011111010 | 3f3f3fa9ac3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)