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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 錵ル撒h | 11101000010001011000001110001011100011100101010001101000 | e845838b8e5468 |
EUC-JP | 錵ル撒h | 11101111101001101010010111101011101110111011010101101000 | efa6a5ebbbb568 |
UTF-8 | 錵ル撒h | 11101001100011001011010111100011100000111010101111100110100100101001001001101000 | e98cb5e383abe6929268 |
UHC | ?ル撒h | 001111111010101111101011110111111010111001101000 | 3fabebdfae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)