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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 苒μ??? | 11100100100100101000001111001010001111110011111100111111 | e49283ca3f3f3f |
EUC-JP | 苒μ??? | 11100111111100101010011011001100001111110011111100111111 | e7f2a6cc3f3f3f |
UTF-8 | 苒μ옲栒늁 | 1110100010001011100100101100111010111100111011001001100010110010111001101010000010010010111010111000101010000001 | e88b92cebcec98b2e6a092eb8a81 |
UHC | 苒μ옲栒늁 | 11100110111111101010010111101100100111101010110111100010111000111000100001010000 | e6fea5ec9eade2e38850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)