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 | ??瞼枇ォ | 0011111100111111111000011101100110010100111110001000001101001000 | 3f3fe1d994f88348 |
EUC-JP | ??瞼枇ォ | 0011111100111111111000101101101111001000111110101010010110101001 | 3f3fe2dbc8faa5a9 |
UTF-8 | 룶괍瞼枇ォ | 111010111010001110110110111010101011010010001101111001111001111010111100111001101001111010000111111000111000001010101001 | eba3b6eab48de79ebce69e87e382a9 |
UHC | 룶괍瞼枇ォ | 10001111101010111011000110100010110011001010000111011101111011011010101110101001 | 8fabb1a2cca1ddedaba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)