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 | 畑??援ゆ? | 100101001010100000111111001111111000100110000111100000101110010000111111 | 94a83f3f898782e43f |
EUC-JP | 畑??援ゆ? | 110010001010101000111111001111111011000111100111101001001110011000111111 | c8aa3f3fb1e7a4e63f |
UTF-8 | 畑밟뼯援ゆ를 | 111001111001010110010001111010111011000010011111111010111011110010101111111001101000111110110100111000111000001010000110111010111010010110111100 | e79591ebb09febbcafe68fb4e38286eba5bc |
UHC | 畑밟뼯援ゆ를 | 111011111010010110111001111000101001011010110010111010101011010110101010111001101011100010100110 | efa5b9e296b2eab5aae6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)