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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 頑?畏??? | 1000101011100110001111111000100011011000001111110011111100111111 | 8ae63f88d83f3f3f |
EUC-JP | 頑?畏??? | 1011010011101000001111111011000011011010001111110011111100111111 | b4e83fb0da3f3f3f |
UTF-8 | 頑롐畏롏롐玲 | 111010011010000010010001111010111010000110010000111001111001010110001111111010111010000110001111111010111010000110010000111011111010011010101101 | e9a091eba190e7958feba18feba190efa6ad |
UHC | 頑롐畏롏롐玲 | 111010001101011110001110110101101110100011100110100011101101010110001110110101101110011110111111 | e8d78ed6e8e68ed58ed6e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)