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 | 瓮f?闇? | 1110000101000100100000101000011000111111100010001100010100111111 | e14482863f88c53f |
EUC-JP | 瓮f?闇? | 1110000110100101101000111110011000111111101100001100011100111111 | e1a5a3e63fb0c73f |
UTF-8 | 瓮f뇘闇뢆 | 111001111001001110101110111011111011110110000110111010111000011110011000111010011001011110000111111010111010001010000110 | e793aeefbd86eb8798e99787eba286 |
UHC | 瓮f뇘闇뢆 | 11101000101101111010001111100110100001111000001111100100111000011000111101000010 | e8b7a3e68783e4e18f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)