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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 辿O脱鱈 | 10010010010010000100111110010010010001011001001001001100 | 92484f9245924c |
EUC-JP | 辿O脱鱈 | 11000011101010010100111111000011101001101100001110101101 | c3a94fc3a6c3ad |
UTF-8 | 辿O脱鱈 | 11101000101111101011111101001111111010001000010010110001111010011011000110001000 | e8bebf4fe884b1e9b188 |
UHC | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)