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 | 茁葛?箏?? | 111110111001001110001010100010110011111111100010101101010011111100111111 | fb938a8b3fe2b53f3f |
EUC-JP | 茁葛?箏?? | 10001111110101111101111010110011111010110011111111100100101101110011111100111111 | 8fd7deb3eb3fe4b73f3f |
UTF-8 | 茁葛땀箏띔렡 | 111010001000110010000001111010001001000110011011111010111001010110000000111001111010111010001111111010111001110110010100111010111010000010100001 | e88c81e8919beb9580e7ae8feb9d94eba0a1 |
UHC | 茁葛땀箏띔렡 | 111100011110100011001010111001111011011010100001111011101011010010110110111010101000111010110010 | f1e8cae7b6a1eeb4b6ea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)