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 | 迢ク雍域錐雍 | 1110011110001011101110001110100010110100100010001110011010010000100011011110100010110100 | e78bb8e8b488e6908de8b4 |
EUC-JP | 迢ク雍域錐雍 | 111011011110101110001110101110001111000010110110101100001110100010111111111011011111000010110110 | edeb8eb8f0b6b0e8bfedf0b6 |
UTF-8 | 迢ク雍域錐雍 | 111010001011111110100010111011111011110110111000111010011001101110001101111001011001111110011111111010011000110010010000111010011001101110001101 | e8bfa2efbdb8e99b8de59f9fe98c90e99b8d |
UHC | ??雍域錐雍 | 00111111001111111110100010111100111001101011010011110101110111101110100010111100 | 3f3fe8bce6b4f5dee8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)