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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 웳듿윿띥 | 111011001001101110110011111010111001001110111111111011001001110010111111111010111001110110100101 | ec9bb3eb93bfec9cbfeb9da5 |
UHC | 웳듿윿띥 | 1001111110000001100010101110010110011111101101111000110111011001 | 9f818ae59fb78dd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)