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 | 隶捺サ疲炊 | 111010001010111010010011111001101011101110010100111001101001000010000110 | e8ae93e6bb94e69086 |
EUC-JP | 隶捺サ疲炊 | 11110000101100001100011011101000100011101011101111001000111010001011111111100110 | f0b0c6e88ebbc8e8bfe6 |
UTF-8 | 隶捺サ疲炊 | 111010011001101010110110111001101000110110111010111011111011110110111011111001111001011010110010111001111000001010001010 | e99ab6e68dbaefbdbbe796b2e7828a |
UHC | ?捺?疲炊 | 0011111111010001111101000011111111111001101010101111011010100111 | 3fd1f43ff9aaf6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)