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 | 狸探卒辿 | 1001001001001011100100100101010010010001101100101001001001001000 | 924b925491b29248 |
EUC-JP | 狸探卒辿 | 1100001110101100110000111011010111000010101101001100001110101001 | c3acc3b5c2b4c3a9 |
UTF-8 | 狸探卒辿 | 111001111000101110111000111001101000111010100010111001011000110110010010111010001011111010111111 | e78bb8e68ea2e58d92e8bebf |
UHC | 狸探卒? | 11010111111000011111011110101110111100001110111100111111 | d7e1f7aef0ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)