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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 畏?}v畏?}vB | 1000100011011000001111110111110101110110100010001101100000111111011111010111011001000010 | 88d83f7d7688d83f7d7642 |
EUC-JP | 畏?}v畏?}vB | 1011000011011010001111110111110101110110101100001101101000111111011111010111011001000010 | b0da3f7d76b0da3f7d7642 |
UTF-8 | 畏튔}v畏튔}vB | 1110011110010101100011111110110110001010100101000111110101110110111001111001010110001111111011011000101010010100011111010111011001000010 | e7958fed8a947d76e7958fed8a947d7642 |
UHC | 畏튔}v畏튔}vB | 11101000111001101011101001000110011111010111011011101000111001101011101001000110011111010111011001000010 | e8e6ba467d76e8e6ba467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)