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 | 迴ョ鄕 | 1110011110001111101011101111101110111000 | e78faefbb8 |
EUC-JP | 迴ョ? | 1110110111101111100011101010111000111111 | edef8eae3f |
UTF-8 | 迴ョ鄕 | 111010001011111110110100111011111011110110101110111010011000010010010101 | e8bfb4efbdaee98495 |
UHC | ??鄕 | 00111111001111111111101011000001 | 3f3ffac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)