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 | 奧i?約 | 10011010111110101000001010001001001111111001011011110001 | 9afa82893f96f1 |
EUC-JP | 奧i?約 | 11010100111111001010001111101001001111111100110011110011 | d4fca3e93fccf3 |
UTF-8 | 奧i뎶約 | 111001011010010110100111111011111011110110001001111010111000111010110110111001111011010010000100 | e5a5a7efbd89eb8eb6e7b484 |
UHC | 奧i뎶約 | 1110011111110011101000111110100110001001100010011110010110110011 | e7f3a3e98989e5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)