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 | 要ゅ?暎 | 10010111011101101000001011100011001111111001110111110011 | 977682e33f9df3 |
EUC-JP | 要ゅ?暎 | 11001101110101111010010011100101001111111101101011110101 | cdd7a4e53fdaf5 |
UTF-8 | 要ゅ뮀暎 | 111010001010011010000001111000111000001010000101111010111010111010000000111001101001101010001110 | e8a681e38285ebae80e69a8e |
UHC | 要ゅ뮀暎 | 1110100110101001101010101110010110010010100011111110011110110010 | e9a9aae5928fe7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)