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脱側 | 10010010010010000100111110010010010001011001000110100100 | 92484f924591a4 |
EUC-JP | 辿O脱側 | 11000011101010010100111111000011101001101100001010100110 | c3a94fc3a6c2a6 |
UTF-8 | 辿O脱側 | 11101000101111101011111101001111111010001000010010110001111001011000000110110100 | e8bebf4fe884b1e581b4 |
UHC | ?O?側 | 0011111101001111001111111111011010110000 | 3f4f3ff6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)