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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隲幀ウ輔字 | 111010001010101110011011111010101011001110010101111000111000111010011010 | e8ab9beab395e38e9a |
EUC-JP | 隲幀ウ輔字 | 11110000101011011101011011101100100011101011001111001010111001011011101111111010 | f0add6ec8eb3cae5bbfa |
UTF-8 | 隲幀ウ輔字 | 111010011001101010110010111001011011100110000000111011111011110110110011111010001011110010010100111001011010110110010111 | e99ab2e5b980efbdb3e8bc94e5ad97 |
UHC | ?幀?輔字 | 0011111111101111110100110011111111011100110100001110110110101110 | 3fefd33fdcd0edae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)