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 | 永??揖ο╋ | 10001001011010010011111100111111100101110100101110000011110011011000010010110100 | 89693f3f974b83cd84b4 |
EUC-JP | 永??揖ο╋ | 10110001110010100011111100111111110011011010110010100110110011111010100010110110 | b1ca3f3fcdaca6cfa8b6 |
UTF-8 | 永띠뮋揖ο╋ | 1110011010110000101110001110101110011101101000001110101110101110100010111110011010001111100101101100111010111111111000101001010110001011 | e6b0b8eb9da0ebae8be68f96cebfe2958b |
UHC | 永띠뮋揖ο╋ | 111001111011010110110110111011001001001010011001111010111110011110100101111011111010011010110110 | e7b5b6ec9299ebe7a5efa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)