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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???ア?? | 00111111001111110011111110000011010000010011111100111111 | 3f3f3f83413f3f |
EUC-JP | ???ア?? | 00111111001111110011111110100101101000100011111100111111 | 3f3f3fa5a23f3f |
UTF-8 | ∼룶殺ア룫횭 | 111000101000100010111100111010111010001110110110111011111010010110110000111000111000001010100010111010111010001110101011111011011001101010101101 | e288bceba3b6efa5b0e382a2eba3abed9aad |
UHC | ∼룶殺ア룫횭 | 101000011010110110001111101010111110000111101101101010111010001010001111101000101100010001000010 | a1ad8fabe1edaba28fa2c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)