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 | 髜フ遙 | 11111100010000001100110011101010101000011111011001011110 | fc40cceaa1f65e |
EUC-JP | 髜フ遙? | 1000111111101001111011011000111011001100111101001010001100111111 | 8fe9ed8eccf4a33f |
UTF-8 | 髜フ遙 | 111010011010101110011100111011111011111010001100111010011000000110011001111011101001001010000110 | e9ab9cefbe8ce98199ee9286 |
UHC | ??遙? | 0011111100111111111010011010101100111111 | 3f3fe9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)