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 | ?????Ⅵ | 00111111001111110011111100111111001111111000011101011001 | 3f3f3f3f3f8759 |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 令⑸뛻留먲Ⅵ | 111011111010011010101000111000101001000110111000111010111001101110111011111011111010011110001101111010111010100010110010111000101000010110100101 | efa6a8e291b8eb9bbbefa78deba8b2e285a5 |
UHC | 令⑸뛻留먲Ⅵ | 111001111010100110101001111010111000110110000001111010111010011110010000111011111010010110110101 | e7a9a9eb8d81eba790efa5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)