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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ゲ? | 00111111001111111000001101010001001111111000000101000000 | 3f3f83513f8140 |
EUC-JP | ??ゲ? | 00111111001111111010010110110010001111111010000110100001 | 3f3fa5b23fa1a1 |
UTF-8 | 룶킃ゲ룵 | 111010111010001110110110111011011000001010000011111000111000001010110010111010111010001110110101111000111000000010000000 | eba3b6ed8283e382b2eba3b5e38080 |
UHC | 룶킃ゲ룵 | 10001111101010111011010010001111101010111011001010001111101010101010000110100001 | 8fabb48fabb28faaa1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)