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 | 鬯サ鬘俶 | 11101001101011001011101111101001101000011001100011100110 | e9acbbe9a198e6 |
EUC-JP | 鬯サ鬘俶 | 1111001010101110100011101011101111110010101000111101000011101000 | f2ae8ebbf2a3d0e8 |
UTF-8 | 鬯サ鬘俶 | 111010011010110010101111111011111011110110111011111010011010110010011000111001001011111110110110 | e9acafefbdbbe9ac98e4bfb6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)