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 | 瑤??弱? | 11101010101000100011111100111111100011101110001100111111 | eaa23f3f8ee33f |
EUC-JP | 瑤??弱? | 11110100101001000011111100111111101111001110010100111111 | f4a43f3fbce53f |
UTF-8 | 瑤뜹돭弱쀨 | 111001111001000110100100111010111001110010111001111010111000111110101101111001011011110010110001111011001000000010101000 | e791a4eb9cb9eb8fade5bcb1ec80a8 |
UHC | 瑤뜹돭弱쀨 | 11101000111111011011011011100101100010011011000011100101101100001001011111101000 | e8fdb6e589b0e5b097e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)