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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盖哈咤獗 | 1110000110110011100110011111101110011010010000101110000011010011 | e1b399fb9a42e0d3 |
EUC-JP | 盖哈咤獗 | 1110001010110101110100101111110111010011101000111110000011010101 | e2b5d2fdd3a3e0d5 |
UTF-8 | 盖哈咤獗 | 111001111001101110010110111001011001001110001000111001011001001010100100111001111000110110010111 | e79b96e59388e592a4e78d97 |
UHC | 盖哈咤獗 | 1100101111001100111110011110101111110110111000111100111111110001 | cbccf9ebf6e3cff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)