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 | 瞼鴟ヒホ | 111000011101100111101001111101001100101111001110 | e1d9e9f4cbce |
EUC-JP | 瞼鴟ヒホ | 1110001011011011111100101111011010001110110010111000111011001110 | e2dbf2f68ecb8ece |
UTF-8 | 瞼鴟ヒホ | 111001111001111010111100111010011011010010011111111011111011111010001011111011111011111010001110 | e79ebce9b49fefbe8befbe8e |
UHC | 瞼??? | 1100110010100001001111110011111100111111 | cca13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)