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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 疾鰰Y疾鰰bE | 1000111010111110111010011101111001011001100011101011111011101001110111100110001001000101 | 8ebee9de598ebee9de6245 |
EUC-JP | 疾鰰Y疾鰰bE | 1011110011000000111100101110000001011001101111001100000011110010111000000110001001000101 | bcc0f2e059bcc0f2e06245 |
UTF-8 | 疾鰰Y疾鰰bE | 111001111001011010111110111010011011000010110000010110011110011110010110101111101110100110110000101100000110001001000101 | e796bee9b0b059e796bee9b0b06245 |
UHC | 疾?Y疾?bE | 111100101111000000111111010110011111001011110000001111110110001001000101 | f2f03f59f2f03f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)