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 | 葬?縡富 | 10010001100100100011111111100011011100011001010101111000 | 91923fe3719578 |
EUC-JP | 葬?縡富 | 11000001111100100011111111100101110100101100100111011001 | c1f23fe5d2c9d9 |
UTF-8 | 葬렱縡富 | 111010001001000110101100111010111010000010110001111001111011100010100001111001011010111110001100 | e891aceba0b1e7b8a1e5af8c |
UHC | 葬렱縡富 | 1110110111110111100011101011111011101110101011011101110110100011 | edf78ebeeeaddda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)