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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籔釈称ョ | 11100010110101101000111011011111100011111100110010101110 | e2d68edf8fccae |
EUC-JP | 籔釈称ョ | 1110010011011000101111001110000110111110110011101000111010101110 | e4d8bce1bece8eae |
UTF-8 | 籔釈称ョ | 111001111011000110010100111010011000011110001000111001111010011110110000111011111011110110101110 | e7b194e98788e7a7b0efbdae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)