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 | ?ゅ?意 | 001111111000001011100011001111111000100011010011 | 3f82e33f88d3 |
EUC-JP | ?ゅ?意 | 001111111010010011100101001111111011000011010101 | 3fa4e53fb0d5 |
UTF-8 | 隸ゅ땭意 | 111011111010011010111000111000111000001010000101111010111001010110101101111001101000010010001111 | efa6b8e38285eb95ade6848f |
UHC | 隸ゅ땭意 | 1110011111100110101010101110010110001011100000111110101111110010 | e7e6aae58b83ebf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)