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 | 造??淪 | 100100011010001000111111001111111001111111001011 | 91a23f3f9fcb |
EUC-JP | 造?瑗淪 | 1100001010100100001111111000111111001100110000001101111011001101 | c2a43f8fccc0decd |
UTF-8 | 造렋瑗淪 | 111010011000000010100000111010111010000010001011111001111001000110010111111001101011011110101010 | e980a0eba08be79197e6b7aa |
UHC | 造렋瑗淪 | 1111000011100011100011101010001011101010101111001101011111000101 | f0e38ea2eabcd7c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)