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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 兪??狎?B | 1001100101100000001111110011111111100000101111100011111101000010 | 99603f3fe0be3f42 |
EUC-JP | 兪??狎?B | 1101000111000001001111110011111111100000110000000011111101000010 | d1c13f3fe0c03f42 |
UTF-8 | 兪곡떪狎렱B | 11100101100001011010101011101010101100111010000111101011100101101010101011100111100010111000111011101011101000001011000101000010 | e585aaeab3a1eb96aae78b8eeba0b142 |
UHC | 兪곡떪狎렱B | 1110101011100100101100001110111010110110101101001110010011100100100011101011111001000010 | eae4b0eeb6b4e4e48ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)