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 | ???釗? | 001111110011111100111111111110111011101100111111 | 3f3f3ffbbb3f |
EUC-JP | ???釗? | 00111111001111110011111110001111111000111010011000111111 | 3f3f3f8fe3a63f |
UTF-8 | 旅덃객釗뚳 | 111011111010011010000011111010111000110110000011111010101011000010011101111010011000011110010111111010111001101010110011 | efa683eb8d83eab09de98797eb9ab3 |
UHC | 旅덃객釗뚳 | 11100110101000011000100011100110101100001011010011100001111100101000110011101111 | e6a188e6b0b4e1f28cef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)