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 | 騾。蜊難スキ | 111010011000000010100001111001011000110110010011111011111011110110110111 | e980a1e58d93efbdb7 |
EUC-JP | 騾。蜊難スキ | 111100011110000010001110101000011110100111101101110001101111000110001110101111011000111010110111 | f1e08ea1e9edc6f18ebd8eb7 |
UTF-8 | 騾。蜊難スキ | 111010011010100010111110111011111011110110100001111010001001110010001010111010011001101110100011111011111011110110111101111011111011110110110111 | e9a8beefbda1e89c8ae99ba3efbdbdefbdb7 |
UHC | ???難?? | 00111111001111110011111111010001111100010011111100111111 | 3f3f3fd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)