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 | 俑??肄? | 10011000110110100011111100111111111000111110010100111111 | 98da3f3fe3e53f |
EUC-JP | 俑??肄? | 11010000110111000011111100111111111001101110011100111111 | d0dc3f3fe6e73f |
UTF-8 | 俑앸끋肄똁 | 111001001011111110010001111011001001010110111000111010111000000110001011111010001000001010000100111010111001100010000001 | e4bf91ec95b8eb818be88284eb9881 |
UHC | 俑앸끋肄똁 | 11101001101101011001110111101011100001011011110111101100101111011000110001000010 | e9b59deb85bdecbd8c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)