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 | 窪?貸苑 | 10001100010001010011111110010001110111011000100110010001 | 8c453f91dd8991 |
EUC-JP | 窪?貸苑 | 10110111101001100011111111000010110111111011000111110001 | b7a63fc2dfb1f1 |
UTF-8 | 窪술貸苑 | 111001111010101010101010111011001000100010100000111010001011001010111000111010001000101110010001 | e7aaaaec88a0e8b2b8e88b91 |
UHC | 窪술貸苑 | 1110100011000001101111001111101011010011111010001110101010111101 | e8c1bcfad3e8eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)