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 | 鱈竪則狸 | 1001001001001100100100100100011110010001101001011001001001001011 | 924c924791a5924b |
EUC-JP | 鱈竪則狸 | 1100001110101101110000111010100011000010101001111100001110101100 | c3adc3a8c2a7c3ac |
UTF-8 | 鱈竪則狸 | 111010011011000110001000111001111010101110101010111001011000100110000111111001111000101110111000 | e9b188e7abaae58987e78bb8 |
UHC | ?竪則狸 | 00111111111000101011010111110110110011101101011111100001 | 3fe2b5f6ced7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)