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 | 膕√? | 1110010001010001100000011110001100111111 | e45181e33f |
EUC-JP | 膕√偎 | 11100111101100101010001011100101100011111011000111100110 | e7b2a2e58fb1e6 |
UTF-8 | 膕√偎 | 111010001000011010010101111000101000100010011010111001011000000110001110 | e88695e2889ae5818e |
UHC | ?√? | 00111111101000011110111000111111 | 3fa1ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)