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 | 湲攀?牟 | 10011111110100011001110110110011001111111001011010110100 | 9fd19db33f96b4 |
EUC-JP | 湲攀?牟 | 11011110110100111101101010110101001111111100110010110110 | ded3dab53fccb6 |
UTF-8 | 湲攀렧牟 | 111001101011100110110010111001101001010010000000111010111010000010100111111001111000100110011111 | e6b9b2e69480eba0a7e7899f |
UHC | 湲攀렧牟 | 1110101010111000110110101110011110001110101101101101100110111111 | eab8dae78eb6d9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)