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 | 繒?渦貊?? | 111110111000111100111111100010010101000111100110101110110011111100111111 | fb8f3f8951e6bb3f3f |
EUC-JP | 繒?渦貊?? | 10001111110101001101010000111111101100011011001011101100101111010011111100111111 | 8fd4d43fb1b2ecbd3f3f |
UTF-8 | 繒렗渦貊렰렖 | 111001111011100110010010111010111010000010010111111001101011100010100110111010001011001010001010111010111010000010110000111010111010000010010110 | e7b992eba097e6b8a6e8b28aeba0b0eba096 |
UHC | 繒렗渦貊렰렖 | 111100011111100110001110101011001110100010111110110110001110011110001110101111011000111010101011 | f1f98eace8bed8e78ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)