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 | Í°o | 1000111011001101100011101011000001101111 | 8ecd8eb06f |
SJIS-WIN | ???°o | 001111110011111100111111100000011000101101101111 | 3f3f3f818b6f |
EUC-JP | ?Í?°o | 0011111110001111101010101011111100111111101000011110101101101111 | 3f8faabf3fa1eb6f |
UTF-8 | Í°o | 110000101000111011000011100011011100001010001110110000101011000001101111 | c28ec38dc28ec2b06f |
UHC | ???°o | 001111110011111100111111101000011100011001101111 | 3f3f3fa1c66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)