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 | ?德?斡臍? | 001111111111101010111010001111111000100010110100111001000110000000111111 | 3ffaba3f88b4e4603f |
EUC-JP | ???斡臍? | 0011111100111111001111111011000010110110111001111100000100111111 | 3f3f3fb0b6e7c13f |
UTF-8 | 뤯德㏆斡臍⑼ | 111010111010010010101111111001011011111010110111111000111000111110000110111001101001011010100001111010001000011110001101111000101001000110111100 | eba4afe5beb7e38f86e696a1e8878de291bc |
UHC | 뤯德㏆斡臍⑼ | 100011111101110111010011111011001010011111101111111001001101011011110000101100001010100111101111 | 8fddd3eca7efe4d6f0b0a9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)