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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????モ? | 0011111100111111001111110011111100111111100000111000001000111111 | 3f3f3f3f3f83823f |
EUC-JP | ??ʼn??モ? | 00111111001111111000111110101001110010100011111100111111101001011110001000111111 | 3f3f8fa9ca3f3fa5e23f |
UTF-8 | 룵킃ʼn룶殺モ룴 | 1110101110100011101101011110110110000010100000111100010110001001111010111010001110110110111011111010010110110000111000111000001110100010111010111010001110110100 | eba3b5ed8283c589eba3b6efa5b0e383a2eba3b4 |
UHC | 룵킃ʼn룶殺モ룴 | 1000111110101010101101001000111110101001101100001000111110101011111000011110110110101011111000101000111110101001 | 8faab48fa9b08fabe1edabe28fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)