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 | Ó£nL\ | 1101001110100011011011100100110001011100 | d3a36e4c5c |
SJIS-WIN | ?£nL\ | 001111111000000110010010011011100100110001011100 | 3f81926e4c5c |
EUC-JP | Ó£nL\ | 1000111110101010110100011010000111110010011011100100110001011100 | 8faad1a1f26e4c5c |
UTF-8 | Ó£nL\ | 11000011100100111100001010100011011011100100110001011100 | c393c2a36e4c5c |
UHC | ??nL\ | 0011111100111111011011100100110001011100 | 3f3f6e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)