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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歟??唯?╋ | 100111110110001000111111001111111001011101000010001111111000010010110100 | 9f623f3f97423f84b4 |
EUC-JP | 歟??唯?╋ | 110111011100001100111111001111111100110110100011001111111010100010110110 | ddc33f3fcda33fa8b6 |
UTF-8 | 歟㏓뀛唯뉛╋ | 111001101010110110011111111000111000111110010011111010111000000010011011111001011001010010101111111010111000100110011011111000101001010110001011 | e6ad9fe38f93eb809be594afeb899be2958b |
UHC | 歟㏓뀛唯뉛╋ | 111001101010001010100111111010111000010110010100111010101110011010000111111011111010011010110110 | e6a2a7eb8594eae687efa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)