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 | 莟弱が縲 | 1110010010101111100011101110001110000010101010101110001110000000 | e4af8ee382aae380 |
EUC-JP | 莟弱が縲 | 1110100010110001101111001110010110100100101011001110010111100000 | e8b1bce5a4ace5e0 |
UTF-8 | 莟弱が縲 | 111010001000111010011111111001011011110010110001111000111000000110001100111001111011100010110010 | e88e9fe5bcb1e3818ce7b8b2 |
UHC | ?弱が? | 001111111110010110110000101010101010110000111111 | 3fe5b0aaac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)