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 | ?⑨?謠?? | 0011111110000111010010000011111111100110100011110011111100111111 | 3f87483fe68f3f3f |
EUC-JP | ???謠?? | 00111111001111110011111111101011111011110011111100111111 | 3f3f3febef3f3f |
UTF-8 | 緣⑨풕謠쇽쉴 | 111001111011011110100011111000101001000110101000111011011001001010010101111010001010110010100000111011001000011110111101111011001000100110110100 | e7b7a3e291a8ed9295e8aca0ec87bdec89b4 |
UHC | 緣⑨풕謠쇽쉴 | 111001101101111010101000111011111011111010011000111010011010101010111100111011111011110110101111 | e6dea8efbe98e9aabcefbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)