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 | 耀??逾?? | 1001011101110011001111110011111111100111101001010011111100111111 | 97733f3fe7a53f3f |
EUC-JP | 耀??逾?? | 1100110111010100001111110011111111101110101001110011111100111111 | cdd43f3feea73f3f |
UTF-8 | 耀믩쪉逾껇돳 | 111010001000000010000000111010111010111110101001111011001010101010001001111010011000000010111110111010101011101110000111111010111000111110110011 | e88080ebafa9ecaa89e980beeabb87eb8fb3 |
UHC | 耀믩쪉逾껇돳 | 111010011010010110010010111010111010010110000011111010111011010110000011111010001000100110110110 | e9a592eba583ebb583e889b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)