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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽??? | 1110011010100011001111110011111100111111 | e6a33f3f3f |
EUC-JP | 譽??饔 | 11101100101001010011111100111111100011111110100011101111 | eca53f3f8fe8ef |
UTF-8 | 譽됮긽饔 | 111010001010110110111101111010111001000010101110111010101011100010111101111010011010010110010100 | e8adbdeb90aeeab8bde9a594 |
UHC | 譽됮긽饔 | 1110011111100010100010011110100110000011100000011110100010111101 | e7e289e98381e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)