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 | 枝?猿嬌 | 10001110011111010011111110001001100011101001101101100111 | 8e7d3f898e9b67 |
EUC-JP | 枝?猿嬌 | 10111011110111100011111110110001111011101101010111001000 | bbde3fb1eed5c8 |
UTF-8 | 枝렔猿嬌 | 111001101001111010011101111010111010000010010100111001111000110010111111111001011010110010001100 | e69e9deba094e78cbfe5ac8c |
UHC | 枝렔猿嬌 | 1111001010101011100011101010100111101010101110111100111011100011 | f2ab8ea9eabbcee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)