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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雅??移? | 10001001111010110011111100111111100010001101101000111111 | 89eb3f3f88da3f |
EUC-JP | 雅??移? | 10110010111011010011111100111111101100001101110000111111 | b2ed3f3fb0dc3f |
UTF-8 | 雅묊쭅移퇑 | 111010011001101110000101111010111010110010001010111011001010110110000101111001111010011110111011111011011000011110010001 | e99b85ebac8aecad85e7a7bbed8791 |
UHC | 雅묊쭅移퇑 | 11100100101110101001000111100111101001111000000111101100101110011011100001000010 | e4ba91e7a781ecb9b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)