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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聲?炎 | 1110001111011111001111111000100110001010 | e3df3f898a |
EUC-JP | 聲魗炎 | 11100110111000011000111111101010101111111011000111101010 | e6e18feabfb1ea |
UTF-8 | 聲魗炎 | 111010001000000110110010111010011010110110010111111001111000001010001110 | e881b2e9ad97e7828e |
UHC | 聲?炎 | 1110000110100010001111111110011011111010 | e1a23fe6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)