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 | ???傭 | 0011111100111111001111111001011101100010 | 3f3f3f9762 |
EUC-JP | 邕??傭 | 10001111111000011110110100111111001111111100110111000011 | 8fe1ed3f3fcdc3 |
UTF-8 | 邕쏃텎傭 | 111010011000001010010101111011001000111110000011111011011000010110001110111001011000001010101101 | e98295ec8f83ed858ee582ad |
UHC | 邕쏃텎傭 | 1110100010111011100110111110100110110110100010011110100110110110 | e8bb9be9b689e9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)