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 | 遠??? | 1000100110010011001111110011111100111111 | 89933f3f3f |
EUC-JP | 遠??? | 1011000111110011001111110011111100111111 | b1f33f3f3f |
UTF-8 | 遠재렱엔 | 111010011000000110100000111011001001111010101100111010111010000010110001111011001001011110010100 | e981a0ec9eaceba0b1ec9794 |
UHC | 遠재렱엔 | 1110101011000000110000001110011110001110101111101011111110100011 | eac0c0e78ebebfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)