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 | 綏醇┰羝 | 1110001101010110100011111000011010000100101110111110001110110110 | e3568f8684bbe3b6 |
EUC-JP | 綏醇┰羝 | 1110010110110111101111011110011010101000101111011110011010111000 | e5b7bde6a8bde6b8 |
UTF-8 | 綏醇┰羝 | 111001111011011010001111111010011000011010000111111000101001010010110000111001111011111010011101 | e7b68fe98687e294b0e7be9d |
UHC | 綏醇┰? | 11100010101101111110001011110101101001101011110100111111 | e2b7e2f5a6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)