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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 僧??僧??^ | 100100010110110100111111001111111001000101101101001111110011111101011110 | 916d3f3f916d3f3f5e |
EUC-JP | 僧??僧??^ | 110000011100111000111111001111111100000111001110001111110011111101011110 | c1ce3f3fc1ce3f3f5e |
UTF-8 | 僧뒋딣僧뒋딣^ | 11100101100000111010011111101011100100101000101111101011100101001010001111100101100000111010011111101011100100101000101111101011100101001010001101011110 | e583a7eb928beb94a3e583a7eb928beb94a35e |
UHC | 僧뒋딣僧뒋딣^ | 11100011101011001000101010001000100010110100011011100011101011001000101010001000100010110100011001011110 | e3ac8a888b46e3ac8a888b465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)