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 | 廾篩囂弥 | 1001110001001111111000101011111110011010100011111001011011101101 | 9c4fe2bf9a8f96ed |
EUC-JP | 廾篩囂弥 | 1101011110110000111001001100000111010011111011111100110011101111 | d7b0e4c1d3efccef |
UTF-8 | 廾篩囂弥 | 111001011011101110111110111001111010111110101001111001011001101110000010111001011011110010100101 | e5bbbee7afa9e59b82e5bca5 |
UHC | ?篩?? | 0011111111011110111010000011111100111111 | 3fdee83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)