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 | 辰皙但造 | 1001001001000011111000011010101010010010010000011001000110100010 | 9243e1aa924191a2 |
EUC-JP | 辰皙但造 | 1100001110100100111000101010110011000011101000101100001010100100 | c3a4e2acc3a2c2a4 |
UTF-8 | 辰皙但造 | 111010001011111010110000111001111001101010011001111001001011110110000110111010011000000010100000 | e8beb0e79a99e4bd86e980a0 |
UHC | 辰?但造 | 11110010111000110011111111010011101000111111000011100011 | f2e33fd3a3f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)