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 | 飾??什 | 100011111111110000111111001111111000111101011001 | 8ffc3f3f8f59 |
EUC-JP | 飾??什 | 101111101111111000111111001111111011110110111010 | befe3f3fbdba |
UTF-8 | 飾귝돮什 | 111010011010001110111110111010101011011110011101111010111000111110101110111001001011101110000000 | e9a3beeab79deb8faee4bb80 |
UHC | 飾귝돮什 | 1110001111011110100000101110011010001001101100011110010010100111 | e3de82e689b1e4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)