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 | 鞣ょ調遑 | 1110100011100010100000101110010110010010101100101110011110100001 | e8e282e592b2e7a1 |
EUC-JP | 鞣ょ調遑 | 1111000011100100101001001110011111000100101101001110111010100011 | f0e4a4e7c4b4eea3 |
UTF-8 | 鞣ょ調遑 | 111010011001111010100011111000111000001010000111111010001010101010111111111010011000000110010001 | e99ea3e38287e8aabfe98191 |
UHC | ?ょ調遑 | 00111111101010101110011111110000111000001111110011011010 | 3faae7f0e0fcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)