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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閾溷オ碁箕 | 111010001000011110011111111001011011010110001100111010011001011010100101 | e8879fe5b58ce996a5 |
EUC-JP | 閾溷オ碁箕 | 11101111111001111101111011100111100011101011010110111000111010111100110010100111 | efe7dee78eb5b8ebcca7 |
UTF-8 | 閾溷オ碁箕 | 111010011001011010111110111001101011101010110111111011111011110110110101111001111010001010000001111001111010111010010101 | e996bee6bab7efbdb5e7a281e7ae95 |
UHC | ???碁箕 | 00111111001111110011111111010001101100111101000110111001 | 3f3f3fd1b3d1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)