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 | ?脹縫? | 001111111001001010101111100101100100010000111111 | 3f92af96443f |
EUC-JP | ?脹縫? | 001111111100010010110001110010111010010100111111 | 3fc4b1cba53f |
UTF-8 | 뤋脹縫헤 | 111010111010010010001011111010001000010010111001111001111011100010101011111011011001011110100100 | eba48be884b9e7b8abed97a4 |
UHC | 뤋脹縫헤 | 1000111110111011111100111110110011011100111011101100011111101100 | 8fbbf3ecdceec7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)