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 | 也ゅ?泳 | 10010110111001111000001011100011001111111000100101101010 | 96e782e33f896a |
EUC-JP | 也ゅ?泳 | 11001100111010011010010011100101001111111011000111001011 | cce9a4e53fb1cb |
UTF-8 | 也ゅ춼泳 | 111001001011100110011111111000111000001010000101111011001011011010111100111001101011001110110011 | e4b99fe38285ecb6bce6b3b3 |
UHC | 也ゅ춼泳 | 1110010110100101101010101110010110101101100110001110011110110110 | e5a5aae5ad98e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)