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 | 絶??雅∽? | 100100001110001000111111001111111000100111101011100000011110010000111111 | 90e23f3f89eb81e43f |
EUC-JP | 絶??雅∽? | 110000001110010000111111001111111011001011101101101000101110011000111111 | c0e43f3fb2eda2e63f |
UTF-8 | 絶껃궗雅∽푵 | 111001111011010110110110111010101011101110000011111010101011011010010111111010011001101110000101111000101000100010111101111011011001000110110101 | e7b5b6eabb83eab697e99b85e288bded91b5 |
UHC | 絶껃궗雅∽푵 | 111011111011111010000011111001011000001010101100111001001011101010100001111011111011111010000011 | efbe83e582ace4baa1efbe83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)