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 | 郤域ス | 1110011110111010100010001110011010111101 | e7ba88e6bd |
EUC-JP | 郤域ス | 111011101011110010110000111010001000111010111101 | eebcb0e88ebd |
UTF-8 | 郤域ス | 111010011000001110100100111001011001111110011111111011111011110110111101 | e983a4e59f9fefbdbd |
UHC | ?域? | 00111111111001101011010000111111 | 3fe6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)