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 | 昕鋺賤贔 | 1111101011001111111001111111101011100110110010111110011011011011 | facfe7fae6cbe6db |
EUC-JP | 昕鋺賤贔 | 100011111100000111111100111011101111110011101100110011011110110011011101 | 8fc1fceefceccdecdd |
UTF-8 | 昕鋺賤贔 | 111001101001100010010101111010011000101110111010111010001011001110100100111010001011010010010100 | e69895e98bbae8b3a4e8b494 |
UHC | 昕?賤? | 111111011101101000111111111101001100000100111111 | fdda3ff4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)