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 | Ïô££ | 100011101100111111110100101000111000111010100011 | 8ecff4a38ea3 |
SJIS-WIN | ???£?£ | 0011111100111111001111111000000110010010001111111000000110010010 | 3f3f3f81923f8192 |
EUC-JP | ?Ïô£?£ | 001111111000111110101010110000011000111110101011110101001010000111110010001111111010000111110010 | 3f8faac18fabd4a1f23fa1f2 |
UTF-8 | Ïô££ | 110000101000111011000011100011111100001110110100110000101010001111000010100011101100001010100011 | c28ec38fc3b4c2a3c28ec2a3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)