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 | Á±±ÌÀèÁ | 11000001101100011011000111001100110000001110100011000001 | c1b1b1ccc0e8c1 |
SJIS-WIN | ?±±???? | 001111111000000101111101100000010111110100111111001111110011111100111111 | 3f817d817d3f3f3f3f |
EUC-JP | Á±±ÌÀèÁ | 10001111101010101010000110100001110111101010000111011110100011111010101011000000100011111010101010100010100011111010101110110010100011111010101010100001 | 8faaa1a1dea1de8faac08faaa28fabb28faaa1 |
UTF-8 | Á±±ÌÀèÁ | 1100001110000001110000101011000111000010101100011100001110001100110000111000000011000011101010001100001110000001 | c381c2b1c2b1c38cc380c3a8c381 |
UHC | ?±±???? | 001111111010000110111110101000011011111000111111001111110011111100111111 | 3fa1bea1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)