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 | 烏??夷?? | 1000100101000111001111110011111110001000110011100011111100111111 | 89473f3f88ce3f3f |
EUC-JP | 烏??夷?? | 1011000110101000001111110011111110110000110100000011111100111111 | b1a83f3fb0d03f3f |
UTF-8 | 烏띾슜夷띈삃 | 111001111000001110001111111010111001110110111110111011001000101010011100111001011010010010110111111010111001110110001000111011001000001010000011 | e7838feb9dbeec8a9ce5a4b7eb9d88ec8283 |
UHC | 烏띾슜夷띈삃 | 111010001010000110001101111010111001101010101001111011001010100010110110111010001001100010001010 | e8a18deb9aa9eca8b6e8988a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)