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 | 娃??橈?? | 1000100010100001001111110011111110011110111101000011111100111111 | 88a13f3f9ef43f3f |
EUC-JP | 娃??橈?? | 1011000010100011001111110011111111011100111101100011111100111111 | b0a33f3fdcf63f3f |
UTF-8 | 娃륅쉰橈덌슛 | 111001011010100010000011111010111010010110000101111011001000100110110000111001101010100110001000111010111000110110001100111011001000101010011011 | e5a883eba585ec89b0e6a988eb8d8cec8a9b |
UHC | 娃륅쉰橈덌슛 | 111010001101111110001111111011111011110110101110111010001111101010001000111011111011110110111000 | e8df8fefbdaee8fa88efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)