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 | Ó¹êÚÍ | 1000111011010011100011101011100110001111111010101101101011001101 | 8ed38eb98feadacd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ó???êÚÍ | 00111111100011111010101011010001001111110011111100111111100011111010101110110100100011111010101011100010100011111010101010111111 | 3f8faad13f3f3f8fabb48faae28faabf |
UTF-8 | Ó¹êÚÍ | 11000010100011101100001110010011110000101000111011000010101110011100001010001111110000111010101011000011100110101100001110001101 | c28ec393c28ec2b9c28fc3aac39ac38d |
UHC | ???¹???? | 001111110011111100111111101010011111011000111111001111110011111100111111 | 3f3f3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)