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 | ?害?燎 | 001111111000101001010001001111111110000010011001 | 3f8a513fe099 |
EUC-JP | ?害?燎 | 001111111011001110110010001111111101111111111001 | 3fb3b23fdff9 |
UTF-8 | 뤌害빅燎 | 111010111010010010001100111001011010111010110011111010111011100110000101111001111000011110001110 | eba48ce5aeb3ebb985e7878e |
UHC | 뤌害빅燎 | 1000111110111100111110101010101010111010111100101101011011111010 | 8fbcfaaabaf2d6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)