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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋慕判螻 | 1110100011111001100101011110011110010100101110111110010110110001 | e8f995e794bbe5b1 |
EUC-JP | 顋慕判螻 | 1111000011111011110010101110100111001000101111011110101010110011 | f0fbcae9c8bdeab3 |
UTF-8 | 顋慕判螻 | 111010011010000110001011111001101000010110010101111001011000100010100100111010001001111010111011 | e9a18be68595e588a4e89ebb |
UHC | ?慕判? | 001111111101100110110111111101111111011100111111 | 3fd9b7f7f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)