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 | ??瑙瑙? | 00111111001111111110000011101101111000001110110100111111 | 3f3fe0ede0ed3f |
EUC-JP | ??瑙瑙? | 00111111001111111110000011101111111000001110111100111111 | 3f3fe0efe0ef3f |
UTF-8 | 렻씽瑙瑙렑 | 111010111010000010111011111011001001010010111101111001111001000110011001111001111001000110011001111010111010000010010001 | eba0bbec94bde79199e79199eba091 |
UHC | 렻씽瑙瑙렑 | 10001110110000111011111011000101110100101100010111010010110001011000111010100110 | 8ec3bec5d2c5d2c58ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)