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 | 釥璽釥璽 | 1111101111000000100011101010001111111011110000001000111010100011 | fbc08ea3fbc08ea3 |
EUC-JP | 釥璽釥璽 | 10001111111000111010101110111100101001011000111111100011101010111011110010100101 | 8fe3abbca58fe3abbca5 |
UTF-8 | 釥璽釥璽 | 111010011000011110100101111001111001001010111101111010011000011110100101111001111001001010111101 | e987a5e792bde987a5e792bd |
UHC | ?璽?璽 | 001111111101111111011110001111111101111111011110 | 3fdfde3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)