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 | ?L? | 001111110100110000111111 | 3f4c3f |
SJIS-WIN | ?L? | 001111110100110000111111 | 3f4c3f |
EUC-JP | ?L? | 001111110100110000111111 | 3f4c3f |
UTF-8 | 뭒L뫛 | 11101011101011011001001001001100111010111010101110011011 | ebad924cebab9b |
UHC | 뭒L뫛 | 1001001001011010010011001001000110111011 | 925a4c91bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)