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 | 蒟区姥芒 | 1110010011100101100010111110011010001001010101111110010010001010 | e4e58be68957e48a |
EUC-JP | 蒟区姥芒 | 1110100011100111101101101110100010110001101110001110011111101010 | e8e7b6e8b1b8e7ea |
UTF-8 | 蒟区姥芒 | 111010001001001010011111111001011000110010111010111001011010011110100101111010001000101010010010 | e8929fe58cbae5a7a5e88a92 |
UHC | ???芒 | 0011111100111111001111111101100011010011 | 3f3f3fd8d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)