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¹U»jE | 10010010010011001001000110111001100100100101010110010001101110110110101001000101 | 924c91b9925591bb6a45 |
SJIS-WIN | ?L???U??jE | 00111111010011000011111100111111001111110101010100111111001111110110101001000101 | 3f4c3f3f3f553f3f6a45 |
EUC-JP | ?L???U??jE | 00111111010011000011111100111111001111110101010100111111001111110110101001000101 | 3f4c3f3f3f553f3f6a45 |
UTF-8 | L¹U»jE | 11000010100100100100110011000010100100011100001010111001110000101001001001010101110000101001000111000010101110110110101001000101 | c2924cc291c2b9c29255c291c2bb6a45 |
UHC | ?L?¹?U??jE | 0011111101001100001111111010100111110110001111110101010100111111001111110110101001000101 | 3f4c3fa9f63f553f3f6a45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)