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 | 寤μ?肉?? | 100110111000100010000011110010100011111110010011111101110011111100111111 | 9b8883ca3f93f73f3f |
EUC-JP | 寤μ?肉?? | 110101011110100010100110110011000011111111000110111110010011111100111111 | d5e8a6cc3fc6f93f3f |
UTF-8 | 寤μ뜽肉덃뱚 | 1110010110101111101001001100111010111100111010111001110010111101111010001000001010001001111010111000110110000011111010111011000110011010 | e5afa4cebceb9cbde88289eb8d83ebb19a |
UHC | 寤μ뜽肉덃뱚 | 111001111111010110100101111011001000110110111000111010111011111110001000111001101001001110000001 | e7f5a5ec8db8ebbf88e69381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)