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 | 譽??昻?? | 1110011010100011001111110011111111111010110100000011111100111111 | e6a33f3ffad03f3f |
EUC-JP | 譽????? | 11101100101001010011111100111111001111110011111100111111 | eca53f3f3f3f3f |
UTF-8 | 譽됮긽昻앲퇊 | 111010001010110110111101111010111001000010101110111010101011100010111101111001101001100010111011111011001001010110110010111011011000011110001010 | e8adbdeb90aeeab8bde698bbec95b2ed878a |
UHC | 譽됮긽昻앲퇊 | 111001111110001010001001111010011000001110000001111001001110100110011101111010001011011110011011 | e7e289e98381e4e99de8b79b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)