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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 翊癜v翊癜vB | 1110001111000010111000011001010101110110111000111100001011100001100101010111011001000010 | e3c2e19576e3c2e1957642 |
EUC-JP | 翊癜v翊癜vB | 1110011011000100111000011111010101110110111001101100010011100001111101010111011001000010 | e6c4e1f576e6c4e1f57642 |
UTF-8 | 翊癜v翊癜vB | 111001111011111110001010111001111001100110011100011101101110011110111111100010101110011110011001100111000111011001000010 | e7bf8ae7999c76e7bf8ae7999c7642 |
UHC | 翊?v翊?vB | 111011001100110100111111011101101110110011001101001111110111011001000010 | eccd3f76eccd3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)