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 | 癲??蹂? | 11100001100111110011111100111111111001101111100000111111 | e19f3f3fe6f83f |
EUC-JP | 癲??蹂? | 11100010101000010011111100111111111011001111101000111111 | e2a13f3fecfa3f |
UTF-8 | 癲앷쑬蹂킚 | 111001111001100110110010111011001001010110110111111011001001000110101100111010001011100110000010111011011000001010011010 | e799b2ec95b7ec91ace8b982ed829a |
UHC | 癲앷쑬蹂킚 | 11101111101001101001110111101010101111101010100011101011101100111011010101000110 | efa69deabea8ebb3b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)