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 | 迺ァ鮨畿 | 11100111100100101010011111101001101111011000101101000101 | e792a7e9bd8b45 |
EUC-JP | 迺ァ鮨畿 | 1110110111110010100011101010011111110010101111111011010110100110 | edf28ea7f2bfb5a6 |
UTF-8 | 迺ァ鮨畿 | 111010001011111110111010111011111011110110100111111010011010111010101000111001111001010110111111 | e8bfbaefbda7e9aea8e795bf |
UHC | ???畿 | 0011111100111111001111111101000110110010 | 3f3f3fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)