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 | 鴒リ醢魲 | 11101001111101111101100011100111110011011111110001000010 | e9f7d8e7cdfc42 |
EUC-JP | 鴒リ醢? | 11110010111110011000111011011000111011101100111100111111 | f2f98ed8eecf3f |
UTF-8 | 鴒リ醢魲 | 111010011011010010010010111011111011111010011000111010011000011010100010111010011010110110110010 | e9b492efbe98e986a2e9adb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)