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 | 押λ?拗?? | 100010011001111110000011110010010011111110011101010110000011111100111111 | 899f83c93f9d583f3f |
EUC-JP | 押λ?拗?? | 101100101010000110100110110010110011111111011001101110010011111100111111 | b2a1a6cb3fd9b93f3f |
UTF-8 | 押λ젎拗룟낡 | 1110011010001010101111001100111010111011111011001010000010001110111001101000101110010111111010111010001110011111111010111000001010100001 | e68abccebbeca08ee68b97eba39feb82a1 |
UHC | 押λ젎拗룟낡 | 111001001110001110100101111010111010000010001111111010001111001110110111111001011011001110110000 | e4e3a5eba08fe8f3b7e5b3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)