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 | 漆式 | 1111000111111001100011101011110111110010101011011000111010101110 | f1f98ebdf2ad8eae |
EUC-JP | ?漆?式 | 001111111011110010111111001111111011110010110000 | 3fbcbf3fbcb0 |
UTF-8 | 漆式 | 111011101000010110110100111001101011110010000110111011101000011110100100111001011011110010001111 | ee85b4e6bc86ee87a4e5bc8f |
UHC | ?漆?式 | 001111111111011011010100001111111110001111010010 | 3ff6d43fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)