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 | 莪決尚篁 | 1110010010101110100011001000100010001111101011101110001010111001 | e4ae8c888faee2b9 |
EUC-JP | 莪決尚篁 | 1110100010110000101101111110100010111110101100001110010010111011 | e8b0b7e8beb0e4bb |
UTF-8 | 莪決尚篁 | 111010001000111010101010111001101011000110111010111001011011000010011010111001111010111110000001 | e88eaae6b1bae5b09ae7af81 |
UHC | 莪決?篁 | 11100100101101011100110010111101001111111111110011010110 | e4b5ccbd3ffcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)