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 | 1001110111011101100101000100110001011001100111011101110110010100010011000110001001000101 | 9ddd944c599ddd944c6245 |
SJIS-WIN | ???LY???LbE | 0011111100111111001111110100110001011001001111110011111100111111010011000110001001000101 | 3f3f3f4c593f3f3f4c6245 |
EUC-JP | ?Ý?LY?Ý?LbE | 001111111000111110101010111100100011111101001100010110010011111110001111101010101111001000111111010011000110001001000101 | 3f8faaf23f4c593f8faaf23f4c6245 |
UTF-8 | ÝLYÝLbE | 1100001010011101110000111001110111000010100101000100110001011001110000101001110111000011100111011100001010010100010011000110001001000101 | c29dc39dc2944c59c29dc39dc2944c6245 |
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)