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 | ?〓?? | 0011111110000001101011000011111100111111 | 3f81ac3f3f |
EUC-JP | 縯〓?? | 10001111110101001100101110100010101011100011111100111111 | 8fd4cba2ae3f3f |
UTF-8 | 縯〓뒜溜 | 111001111011100010101111111000111000000010010011111010111001001010011100111011111010011110001011 | e7b8afe38093eb929cefa78b |
UHC | 縯〓뒜溜 | 1110011011100000101000011110101110001010100110011110101011111110 | e6e0a1eb8a99eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)