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 | 諸馴岫﨟コ | 111110111010100110010011111010011001101110101011111110111001110110111010 | fba993e99babfb9dba |
EUC-JP | ?馴岫?コ | 0011111111000110111010111101011010101101001111111000111010111010 | 3fc6ebd6ad3f8eba |
UTF-8 | 諸馴岫﨟コ | 111011111010100010100010111010011010011010110100111001011011001010101011111011111010100010011111111011111011110110111010 | efa8a2e9a6b4e5b2abefa89fefbdba |
UHC | ?馴岫?? | 00111111111000101111100011100001111110110011111100111111 | 3fe2f8e1fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)