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 | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-WIN | ?壁u?壁~E | 001111111001010111000111011101010011111110010101110001110111111001000101 | 3f95c7753f95c77e45 |
EUC-JP | ?壁u?壁~E | 001111111100101011001001011101010011111111001010110010010111111001000101 | 3fcac9753fcac97e45 |
UTF-8 | 灐壁u灐壁~E | 111001111000000110010000111001011010001110000001011101011110011110000001100100001110010110100011100000010111111001000101 | e78190e5a38175e78190e5a3817e45 |
UHC | 灐壁u灐壁~E | 1111101110100101110110111111101001110101111110111010010111011011111110100111111001000101 | fba5dbfa75fba5dbfa7e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)