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 | 傭????? | 10010111011000100011111100111111001111110011111100111111 | 97623f3f3f3f3f |
EUC-JP | 傭????? | 11001101110000110011111100111111001111110011111100111111 | cdc33f3f3f3f3f |
UTF-8 | 傭됮낡寧욆틞 | 111001011000001010101101111010111001000010101110111010111000001010100001111011111010011010101010111011001001101010000110111011011000101110011110 | e582adeb90aeeb82a1efa6aaec9a86ed8b9e |
UHC | 傭됮낡寧욆틞 | 111010011011011010001001111010011011001110110000111001111010110010011110111010001011101010001010 | e9b689e9b3b0e7ac9ee8ba8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)