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 | 粨七肛七 | 1110001011101000100011101011010111100011111010001000111010110101 | e2e88eb5e3e88eb5 |
EUC-JP | 粨七肛七 | 1110010011101010101111001011011111100110111010101011110010110111 | e4eabcb7e6eabcb7 |
UTF-8 | 粨七肛七 | 111001111011001010101000111001001011100010000011111010001000001010011011111001001011100010000011 | e7b2a8e4b883e8829be4b883 |
UHC | ?七肛七 | 00111111111101101101001011111001111111011111011011010010 | 3ff6d2f9fdf6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)