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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迂??逢? | 10001001010010010011111100111111100010001010011100111111 | 89493f3f88a73f |
EUC-JP | 迂??逢? | 10110001101010100011111100111111101100001010100100111111 | b1aa3f3fb0a93f |
UTF-8 | 迂樓렪逢렱 | 111010001011111110000010111011111010010110001100111010111010000010101010111010011000000010100010111010111010000010110001 | e8bf82efa58ceba0aae980a2eba0b1 |
UHC | 迂樓렪逢렱 | 11101001111001101101001011100110100011101011100011011100111100011000111010111110 | e9e6d2e68eb8dcf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)