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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 郤怡郤悳^ | 111001111011101010011100011111011110011110111010100111000111101101011110 | e7ba9c7de7ba9c7b5e |
EUC-JP | 郤怡郤悳^ | 111011101011110011010111110111101110111010111100110101111101110001011110 | eebcd7deeebcd7dc5e |
UTF-8 | 郤怡郤悳^ | 11101001100000111010010011100110100000001010000111101001100000111010010011100110100000101011001101011110 | e983a4e680a1e983a4e682b35e |
UHC | ?怡?悳^ | 00111111111011001010111000111111110100111110110101011110 | 3fecae3fd3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)