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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邵雁ョ | 1110011110111000100010101110010110101110 | e7b88ae5ae |
EUC-JP | 邵雁ョ | 111011101011101010110100111001111000111010101110 | eebab4e78eae |
UTF-8 | 邵雁ョ | 111010011000001010110101111010011001101110000001111011111011110110101110 | e982b5e99b81efbdae |
UHC | 邵雁? | 1110000111010000111001001101001000111111 | e1d0e4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)