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 | ??濟? | 0011111100111111111000000101101000111111 | 3f3fe05a3f |
EUC-JP | ??濟? | 0011111100111111110111111011101100111111 | 3f3fdfbb3f |
UTF-8 | 飇렖濟렱 | 111010011010001110000111111010111010000010010110111001101011111110011111111010111010000010110001 | e9a387eba096e6bf9feba0b1 |
UHC | 飇렖濟렱 | 1111100011111100100011101010101111110000101011011000111010111110 | f8fc8eabf0ad8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)