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 | 撓??扼?ギ | 100111011001101000111111001111111001110101001110001111111000001101001101 | 9d9a3f3f9d4e3f834d |
EUC-JP | 撓??扼?ギ | 110110011111101000111111001111111101100110101111001111111010010110101110 | d9fa3f3fd9af3fa5ae |
UTF-8 | 撓붶펯扼귡ギ | 111001101001001010010011111010111011011010110110111011011000111010101111111001101000100110111100111010101011011110100001111000111000001010101110 | e69293ebb6b6ed8eafe689bceab7a1e382ae |
UHC | 撓붶펯扼귡ギ | 111010001111010110010100111001001011110010000001111001001111100110000010111010011010101110101110 | e8f594e4bc81e4f982e9abae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)