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 | ??額楯 | 001111110011111110001010011110101000111101111100 | 3f3f8a7a8f7c |
EUC-JP | ??額楯 | 001111110011111110110011110110111011110111011101 | 3f3fb3dbbddd |
UTF-8 | 깰쒜額楯 | 111010101011100110110000111011001001001010011100111010011010000110001101111001101010010110101111 | eab9b0ec929ce9a18de6a5af |
UHC | 깰쒜額楯 | 1011000111111101101111101010111011100100111111101110001011100100 | b1fdbeaee4fee2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)