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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???奄??? | 0011111100111111001111111000100110000010001111110011111100111111 | 3f3f3f89823f3f3f |
EUC-JP | ???奄??? | 0011111100111111001111111011000111100010001111110011111100111111 | 3f3f3fb1e23f3f3f |
UTF-8 | 女앯뇦奄삳쨱璘 | 111011111010011010000001111011001001010110101111111010111000011110100110111001011010010110000100111011001000001010110011111011001010100010110001111011111010011110101111 | efa681ec95afeb87a6e5a584ec82b3eca8b1efa7af |
UHC | 女앯뇦奄삳쨱璘 | 1110010111111100100111011110011110000111100011101110010111110010101110111110101110100100100010111110110011011110 | e5fc9de7878ee5f2bbeba48becde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)