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 | Ïô£½ | 100011101100111111110100101000111000111010111101 | 8ecff4a38ebd |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | ?Ïô£?? | 0011111110001111101010101100000110001111101010111101010010100001111100100011111100111111 | 3f8faac18fabd4a1f23f3f |
UTF-8 | Ïô£½ | 110000101000111011000011100011111100001110110100110000101010001111000010100011101100001010111101 | c28ec38fc3b4c2a3c28ec2bd |
UHC | ?????½ | 00111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)