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 | LRAä· | 1001001001001100100100100101001010010011010000011110010010110111 | 924c92529341e4b7 |
SJIS-WIN | ?L?R?A?? | 0011111101001100001111110101001000111111010000010011111100111111 | 3f4c3f523f413f3f |
EUC-JP | ?L?R?Aä? | 00111111010011000011111101010010001111110100000110001111101010111010001100111111 | 3f4c3f523f418faba33f |
UTF-8 | LRAä· | 11000010100100100100110011000010100100100101001011000010100100110100000111000011101001001100001010110111 | c2924cc29252c29341c3a4c2b7 |
UHC | ?L?R?A?· | 001111110100110000111111010100100011111101000001001111111010000110100100 | 3f4c3f523f413fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)