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 | 游?迂?? | 10011111111000000011111110001001010010010011111100111111 | 9fe03f89493f3f |
EUC-JP | 游?迂?? | 11011110111000100011111110110001101010100011111100111111 | dee23fb1aa3f3f |
UTF-8 | 游렱迂쟉렱 | 111001101011100010111000111010111010000010110001111010001011111110000010111011001001111110001001111010111010000010110001 | e6b8b8eba0b1e8bf82ec9f89eba0b1 |
UHC | 游렱迂쟉렱 | 11101010111111011000111010111110111010011110011011000000111100011000111010111110 | eafd8ebee9e6c0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)