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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猷ユ?傲? | 1001011101010001100000111000011000111111100110001111110000111111 | 975183863f98fc3f |
EUC-JP | 猷ユ?傲? | 1100110110110010101001011110011000111111110100001111111000111111 | cdb2a5e63fd0fe3f |
UTF-8 | 猷ユ에傲롢 | 111001111000110010110111111000111000001110100110111011001001011110010000111001011000001010110010111010111010000110100010 | e78cb7e383a6ec9790e582b2eba1a2 |
UHC | 猷ユ에傲롢 | 11101011101000111010101111100110101111111010000111100111111011001000111011100011 | eba3abe6bfa1e7ec8ee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)