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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?③??③?^ | 001111111000011101000010001111110011111110000111010000100011111101011110 | 3f87423f3f87423f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 樂③슃樂③슃^ | 11101111101001101011111111100010100100011010001011101100100010101000001111101111101001101011111111100010100100011010001011101100100010101000001101011110 | efa6bfe291a2ec8a83efa6bfe291a2ec8a835e |
UHC | 樂③슃樂③슃^ | 11101000111110011010100011101001100110101001010111101000111110011010100011101001100110101001010101011110 | e8f9a8e99a95e8f9a8e99a955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)