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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖х? | 0011111100111111001111111001011101001011100001001000011100111111 | 3f3f3f974b84873f |
EUC-JP | ???揖хł | 00111111001111110011111111001101101011001010011111100111100011111010100111001000 | 3f3f3fcdaca7e78fa9c8 |
UTF-8 | 囹덈냵揖хł | 11101111101001101010100111101011100011011000100011101011100000111011010111100110100011111001011011010001100001011100010110000010 | efa6a9eb8d88eb83b5e68f96d185c582 |
UHC | 囹덈냵揖хł | 111001111010101010001000111010111000011010000101111010111110011110101100111001111010100110101001 | e7aa88eb8685ebe7ace7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)