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 | ???余?Ⅲ | 0011111100111111001111111001011101011101001111111000011101010110 | 3f3f3f975d3f8756 |
EUC-JP | ???余?? | 00111111001111110011111111001101101111100011111100111111 | 3f3f3fcdbe3f3f |
UTF-8 | 溜볥쨮余앹Ⅲ | 111011111010011110001011111010111011001110100101111011001010100010101110111001001011110110011001111011001001010110111001111000101000010110100010 | efa78bebb3a5eca8aee4bd99ec95b9e285a2 |
UHC | 溜볥쨮余앹Ⅲ | 111010101111111010010011111010111010010010001000111001011111100110011101111011001010010110110010 | eafe93eba488e5f99deca5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)