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 | ???釗?? | 00111111001111110011111111111011101110110011111100111111 | 3f3f3ffbbb3f3f |
EUC-JP | ???釗?? | 0011111100111111001111111000111111100011101001100011111100111111 | 3f3f3f8fe3a63f3f |
UTF-8 | 旅덃객釗뚳쫮 | 111011111010011010000011111010111000110110000011111010101011000010011101111010011000011110010111111010111001101010110011111011001010101110101110 | efa683eb8d83eab09de98797eb9ab3ecabae |
UHC | 旅덃객釗뚳쫮 | 111001101010000110001000111001101011000010110100111000011111001010001100111011111010011010000110 | e6a188e6b0b4e1f28cefa686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)