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 | ?暖毋嫩?? | 001111111001001001100111100111110111100010011011011000110011111100111111 | 3f92679f789b633f3f |
EUC-JP | ?暖毋嫩?? | 001111111100001111001000110111011101100111010101110001000011111100111111 | 3fc3c8ddd9d5c43f3f |
UTF-8 | 뤶暖毋嫩븜핉 | 111010111010010010110110111001101001101010010110111001101010111110001011111001011010101110101001111010111011100010011100111011011001010110001001 | eba4b6e69a96e6af8be5aba9ebb89ced9589 |
UHC | 뤶暖毋嫩븜핉 | 100011111110010011010001111011001101100111101100110100101110110010111010111011101100000010001110 | 8fe4d1ecd9ecd2ecbaeec08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)