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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 譏畷f岺エ] | 11100110100110001001001111101011100000101000011011111010101011011011010001011101 | e69893eb8286faadb45d |
EUC-JP | 譏畷f岺エ] | 111010111111100011000110111011011010001111100110100011111011101110111000100011101011010001011101 | ebf8c6eda3e68fbbb88eb45d |
UTF-8 | 譏畷f岺エ] | 11101000101011011000111111100111100101011011011111101111101111011000011011100101101100101011101011101111101111011011010001011101 | e8ad8fe795b7efbd86e5b2baefbdb45d |
UHC | 譏?f岺?] | 110100011100000100111111101000111110011011010110101110010011111101011101 | d1c13fa3e6d6b93f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)