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 | ?!粃與 | 00111111100000010100100111100010111000011110010001101111 | 3f8149e2e1e46f |
EUC-JP | ?!粃與 | 00111111101000011010101011100100111000111110011111010000 | 3fa1aae4e3e7d0 |
UTF-8 | 룵!粃與 | 111010111010001110110101111011111011110010000001111001111011001010000011111010001000100010000111 | eba3b5efbc81e7b283e88887 |
UHC | 룵!粃與 | 1000111110101010101000111010000111011101111110111110011010101000 | 8faaa3a1ddfbe6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)