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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃????? | 10001000101000010011111100111111001111110011111100111111 | 88a13f3f3f3f3f |
EUC-JP | 娃????? | 10110000101000110011111100111111001111110011111100111111 | b0a33f3f3f3f3f |
UTF-8 | 娃띰쉠樂됪ː | 1110010110101000100000111110101110011101101100001110110010001001101000001110111110100110101111111110101110010000101010101100101110010000 | e5a883eb9db0ec89a0efa6bfeb90aacb90 |
UHC | 娃띰쉠樂됪ː | 111010001101111110110110111011111011110110101010111010001111100110001001111001101010001010110000 | e8dfb6efbdaae8f989e6a2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)