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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 室章サ | 1000111010111010100011111100110110111011 | 8eba8fcdbb |
EUC-JP | 室章サ | 101111001011110010111110110011111000111010111011 | bcbcbecf8ebb |
UTF-8 | 室章サ | 111001011010111010100100111001111010101110100000111011111011110110111011 | e5aea4e7aba0efbdbb |
UHC | 室章? | 1110001111111000111011011111000100111111 | e3f8edf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)