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 | ALYALbE | 1001001001000001100100100100110001011001100100100100000110010010010011000110001001000101 | 9241924c599241924c6245 |
SJIS-WIN | ?A?LY?A?LbE | 0011111101000001001111110100110001011001001111110100000100111111010011000110001001000101 | 3f413f4c593f413f4c6245 |
EUC-JP | ?A?LY?A?LbE | 0011111101000001001111110100110001011001001111110100000100111111010011000110001001000101 | 3f413f4c593f413f4c6245 |
UTF-8 | ALYALbE | 110000101001001001000001110000101001001001001100010110011100001010010010010000011100001010010010010011000110001001000101 | c29241c2924c59c29241c2924c6245 |
UHC | ?A?LY?A?LbE | 0011111101000001001111110100110001011001001111110100000100111111010011000110001001000101 | 3f413f4c593f413f4c6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)