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??? | 00111111001111110011111101001111001111110011111100111111 | 3f3f3f4f3f3f3f |
SJIS-WIN | 航??O亨ζ? | 10001101011100010011111100111111010011111000101110011100100000111100010000111111 | 8d713f3f4f8b9c83c43f |
EUC-JP | 航??O亨ζ? | 10111001110100100011111100111111010011111011010111111100101001101100011000111111 | b9d23f3f4fb5fca6c63f |
UTF-8 | 航㎬풛O亨ζ굢 | 111010001000100010101010111000111000111010101100111011011001001010011011010011111110010010111010101010001100111010110110111010101011010110100010 | e888aae38eaced929b4fe4baa8ceb6eab5a2 |
UHC | 航㎬풛O亨ζ굢 | 11111001111111101010011111101000101111101001111001001111111110101111101110100101111001101000001010001001 | f9fea7e8be9e4ffafba5e68289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)