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 | 鉚ィ邨紋 | 11100111111101001010100011100111101101011001011011100100 | e7f4a8e7b596e4 |
EUC-JP | 鉚ィ邨紋 | 1110111011110110100011101010100011101110101101111100110011100110 | eef68ea8eeb7cce6 |
UTF-8 | 鉚ィ邨紋 | 111010011000100110011010111011111011110110101000111010011000001010101000111001111011010010001011 | e9899aefbda8e982a8e7b48b |
UHC | ??邨紋 | 001111110011111111110101101111101101101010100011 | 3f3ff5bedaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)