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ÂUBF | 1100001010010010010011001100001010010010010101010100001001000110 | c2924cc292554246 |
SJIS-WIN | ??L??UBF | 0011111100111111010011000011111100111111010101010100001001000110 | 3f3f4c3f3f554246 |
EUC-JP | Â?LÂ?UBF | 100011111010101010100100001111110100110010001111101010101010010000111111010101010100001001000110 | 8faaa43f4c8faaa43f554246 |
UTF-8 | ÂLÂUBF | 110000111000001011000010100100100100110011000011100000101100001010010010010101010100001001000110 | c382c2924cc382c292554246 |
UHC | ??L??UBF | 0011111100111111010011000011111100111111010101010100001001000110 | 3f3f4c3f3f554246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)