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 | 暎℡?若 | 10011101111100111000011110000100001111111000111011100001 | 9df387843f8ee1 |
EUC-JP | 暎??若 | 110110101111010100111111001111111011110011100011 | daf53f3fbce3 |
UTF-8 | 暎℡뤀若 | 111001101001101010001110111000101000010010100001111010111010010010000000111010001000101110100101 | e69a8ee284a1eba480e88ba5 |
UHC | 暎℡뤀若 | 1110011110110010101000101110010110001111101100011110010110110100 | e7b2a2e58fb1e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)