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 | 雍??衣?? | 1110100010110100001111110011111110001000110111110011111100111111 | e8b43f3f88df3f3f |
EUC-JP | 雍??衣?? | 1111000010110110001111110011111110110000111000010011111100111111 | f0b63f3fb0e13f3f |
UTF-8 | 雍우룂衣쏙쭓 | 111010011001101110001101111011001001101010110000111010111010001110000010111010001010000110100011111011001000111110011001111011001010110110010011 | e99b8dec9ab0eba382e8a1a3ec8f99ecad93 |
UHC | 雍우룂衣쏙쭓 | 111010001011110010111111111011001000111110000011111010111111110110111101111011111010011110001011 | e8bcbfec8f83ebfdbdefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)