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 | 濶ク蠕悟享鄒 | 1110100010001001101110001110010110111110100011001110010110001011100111011110011110111110 | e889b8e5be8ce58b9de7be |
EUC-JP | 濶ク蠕悟享鄒 | 111011111110100110001110101110001110101011000000101110001110011110110101111111011110111011000000 | efe98eb8eac0b8e7b5fdeec0 |
UTF-8 | 濶ク蠕悟享鄒 | 111001101011111110110110111011111011110110111000111010001010000010010101111001101000001010011111111001001011101010101011111010011000010010010010 | e6bfb6efbdb8e8a095e6829fe4baabe98492 |
UHC | ???悟享鄒 | 001111110011111100111111111001111111011011111010101111011111010111011011 | 3f3f3fe7f6fabdf5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)