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 | 鴒リム鴒リム^ | 111010011111011111011000110100011110100111110111110110001101000101011110 | e9f7d8d1e9f7d8d15e |
EUC-JP | 鴒リム鴒リム^ | 11110010111110011000111011011000100011101101000111110010111110011000111011011000100011101101000101011110 | f2f98ed88ed1f2f98ed88ed15e |
UTF-8 | 鴒リム鴒リム^ | 11101001101101001001001011101111101111101001100011101111101111101001000111101001101101001001001011101111101111101001100011101111101111101001000101011110 | e9b492efbe98efbe91e9b492efbe98efbe915e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)