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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 逖閤v逖閤vB | 1110011110011000100011010111110101110110111001111001100010001101011111010111011001000010 | e7988d7d76e7988d7d7642 |
EUC-JP | 逖閤v逖閤vB | 1110110111111000101110011101111001110110111011011111100010111001110111100111011001000010 | edf8b9de76edf8b9de7642 |
UTF-8 | 逖閤v逖閤vB | 111010011000000010010110111010011001011010100100011101101110100110000000100101101110100110010110101001000111011001000010 | e98096e996a476e98096e996a47642 |
UHC | ?閤v?閤vB | 001111111111100111101110011101100011111111111001111011100111011001000010 | 3ff9ee763ff9ee7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)