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 | 顋慕甥隱 | 1110100011111001100101011110011110001001100110011110100010101010 | e8f995e78999e8aa |
EUC-JP | 顋慕甥隱 | 1111000011111011110010101110100110110001111110011111000010101100 | f0fbcae9b1f9f0ac |
UTF-8 | 顋慕甥隱 | 111010011010000110001011111001101000010110010101111001111001010010100101111010011001101010110001 | e9a18be68595e794a5e99ab1 |
UHC | ?慕甥隱 | 00111111110110011011011111011111111001111110101111011111 | 3fd9b7dfe7ebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)