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 | ??┨夷?? | 0011111100111111100001001011011110001000110011100011111100111111 | 3f3f84b788ce3f3f |
EUC-JP | ??┨夷?? | 0011111100111111101010001011100110110000110100000011111100111111 | 3f3fa8b9b0d03f3f |
UTF-8 | 流들┨夷띾왂 | 111011111010011110001010111010111001001110100100111000101001010010101000111001011010010010110111111010111001110110111110111011001001100110000010 | efa78aeb93a4e294a8e5a4b7eb9dbeec9982 |
UHC | 流들┨夷띾왂 | 111010101111110010110101111010011010011010111001111011001010100010001101111010111001111010110101 | eafcb5e9a6b9eca88deb9eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)