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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瑙?瑙? | 00111111111000001110110100111111111000001110110100111111 | 3fe0ed3fe0ed3f |
EUC-JP | ?瑙?瑙? | 00111111111000001110111100111111111000001110111100111111 | 3fe0ef3fe0ef3f |
UTF-8 | 렻瑙쩨瑙젓 | 111010111010000010111011111001111001000110011001111011001010100110101000111001111001000110011001111011001010000010010011 | eba0bbe79199eca9a8e79199eca093 |
UHC | 렻瑙쩨瑙젓 | 10001110110000111101001011000101110000101100010111010010110001011100000110100011 | 8ec3d2c5c2c5d2c5c1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)