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 | 新??昻?? | 1001000001010110001111110011111111111010110100000011111100111111 | 90563f3ffad03f3f |
EUC-JP | 新????? | 10111111101101110011111100111111001111110011111100111111 | bfb73f3f3f3f3f |
UTF-8 | 新뎲궚昻륂뢝 | 111001101001011010110000111010111000111010110010111010101011011010011010111001101001100010111011111010111010010110000010111010111010001010011101 | e696b0eb8eb2eab69ae698bbeba582eba29d |
UHC | 新뎲궚昻륂뢝 | 111000111110011010001001100001011000001010101111111001001110100110001111111011011000111101011000 | e3e6898582afe4e98fed8f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)