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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??磐漿?氓 | 001111110011111110010100110101101001111111110111001111111001111110000010 | 3f3f94d69ff73f9f82 |
EUC-JP | ??磐漿?氓 | 001111110011111111001000110110001101111011111001001111111101110111100010 | 3f3fc8d8def93fdde2 |
UTF-8 | 뤶쫷磐漿츓氓 | 111010111010010010110110111011001010101110110111111001111010001110010000111001101011110010111111111011001011100010010011111001101011000010010011 | eba4b6ecabb7e7a390e6bcbfecb893e6b093 |
UHC | 뤶쫷磐漿츓氓 | 100011111110010010100110100011101101101011110001111011011110110010101110100011101101100011101100 | 8fe4a68edaf1edecae8ed8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)