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 | 海??懈 | 100010100100001100111111001111111001110011100110 | 8a433f3f9ce6 |
EUC-JP | 海??懈 | 101100111010010000111111001111111101100011101000 | b3a43f3fd8e8 |
UTF-8 | 海쒒몤懈 | 111001101011010110110111111011001001001010010010111010111010101010100100111001101000011110001000 | e6b5b7ec9292ebaaa4e68788 |
UHC | 海쒒몤懈 | 1111101010101101100111001110100110010001100100101111101010101011 | faad9ce99192faab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)