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 | Í°}Í°| | 110011011011000001111101110011011011000001111100 | cdb07dcdb07c |
SJIS-WIN | ?°}?°| | 0011111110000001100010110111110100111111100000011000101101111100 | 3f818b7d3f818b7c |
EUC-JP | Í°}Í°| | 100011111010101010111111101000011110101101111101100011111010101010111111101000011110101101111100 | 8faabfa1eb7d8faabfa1eb7c |
UTF-8 | Í°}Í°| | 11000011100011011100001010110000011111011100001110001101110000101011000001111100 | c38dc2b07dc38dc2b07c |
UHC | ?°}?°| | 0011111110100001110001100111110100111111101000011100011001111100 | 3fa1c67d3fa1c67c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)