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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 螻ム「螻ム「^ | 111001011011000111010001101000101110010110110001110100011010001001011110 | e5b1d1a2e5b1d1a25e |
EUC-JP | 螻ム「螻ム「^ | 11101010101100111000111011010001100011101010001011101010101100111000111011010001100011101010001001011110 | eab38ed18ea2eab38ed18ea25e |
UTF-8 | 螻ム「螻ム「^ | 11101000100111101011101111101111101111101001000111101111101111011010001011101000100111101011101111101111101111101001000111101111101111011010001001011110 | e89ebbefbe91efbda2e89ebbefbe91efbda25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)