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 | 跂懶セょ | 11100110111000111001110011101111101111101000001011100101 | e6e39cefbe82e5 |
EUC-JP | 跂懶セょ | 1110110011100101110110001111000110001110101111101010010011100111 | ece5d8f18ebea4e7 |
UTF-8 | 跂懶セょ | 111010001011011110000010111001101000011110110110111011111011110110111110111000111000001010000111 | e8b782e687b6efbdbee38287 |
UHC | ?懶?ょ | 001111111101010011111011001111111010101011100111 | 3fd4fb3faae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)