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 | 郤懈アコ | 111001111011101010011100111001101011000110111010 | e7ba9ce6b1ba |
EUC-JP | 郤懈アコ | 1110111010111100110110001110100010001110101100011000111010111010 | eebcd8e88eb18eba |
UTF-8 | 郤懈アコ | 111010011000001110100100111001101000011110001000111011111011110110110001111011111011110110111010 | e983a4e68788efbdb1efbdba |
UHC | ?懈?? | 0011111111111010101010110011111100111111 | 3ffaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)