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 | 燾狗ス | 1111101101011010100010111110011110111101 | fb5a8be7bd |
EUC-JP | 燾狗ス | 10001111110010101011110110110110111010011000111010111101 | 8fcabdb6e98ebd |
UTF-8 | 燾狗ス | 111001111000011110111110111001111000101110010111111011111011110110111101 | e787bee78b97efbdbd |
UHC | 燾狗? | 1101010010100111110011111011011100111111 | d4a7cfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)