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 | ÍLYÍLbE | 1000110111001101100101000100110001011001100011011100110110010100010011000110001001000101 | 8dcd944c598dcd944c6245 |
SJIS-WIN | ???LY???LbE | 0011111100111111001111110100110001011001001111110011111100111111010011000110001001000101 | 3f3f3f4c593f3f3f4c6245 |
EUC-JP | ?Í?LY?Í?LbE | 001111111000111110101010101111110011111101001100010110010011111110001111101010101011111100111111010011000110001001000101 | 3f8faabf3f4c593f8faabf3f4c6245 |
UTF-8 | ÍLYÍLbE | 1100001010001101110000111000110111000010100101000100110001011001110000101000110111000011100011011100001010010100010011000110001001000101 | c28dc38dc2944c59c28dc38dc2944c6245 |
UHC | ???LY???LbE | 0011111100111111001111110100110001011001001111110011111100111111010011000110001001000101 | 3f3f3f4c593f3f3f4c6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)