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 | 粡榊ぞ聿 | 1110001011100111100011011110010110000010101111001110001111100100 | e2e78de582bce3e4 |
EUC-JP | 粡榊ぞ聿 | 1110010011101001101110101110011110100100101111101110011011100110 | e4e9bae7a4bee6e6 |
UTF-8 | 粡榊ぞ聿 | 111001111011001010100001111001101010011010001010111000111000000110011110111010001000000110111111 | e7b2a1e6a68ae3819ee881bf |
UHC | ??ぞ聿 | 001111110011111110101010101111101110101111010011 | 3f3faabeebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)