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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄕介矧 | 111110111011100010001001111011101001010010001010 | fbb889ee948a |
EUC-JP | ?介矧 | 0011111110110010111100001100011111101010 | 3fb2f0c7ea |
UTF-8 | 鄕介矧 | 111010011000010010010101111001001011101110001011111001111001111110100111 | e98495e4bb8be79fa7 |
UHC | 鄕介? | 1111101011000001110010111011111100111111 | fac1cbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)