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 | 霽?黴狎 | 11101000110001110011111111101010100000001110000010111110 | e8c73fea80e0be |
EUC-JP | 霽?黴狎 | 11110000110010010011111111110011111000001110000011000000 | f0c93ff3e0e0c0 |
UTF-8 | 霽漏黴狎 | 111010011001110010111101111011111010010110001110111010011011101110110100111001111000101110001110 | e99cbdefa58ee9bbb4e78b8e |
UHC | 霽漏黴狎 | 1111000010111000110100101110100011011010101111011110010011100100 | f0b8d2e8dabde4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)