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 | S®YS®bE | 1001001001010011100100011010111001011001100100100101001110010001101011100110001001000101 | 925391ae59925391ae6245 |
SJIS-WIN | ?S??Y?S??bE | 0011111101010011001111110011111101011001001111110101001100111111001111110110001001000101 | 3f533f3f593f533f3f6245 |
EUC-JP | ?S?®Y?S?®bE | 001111110101001100111111100011111010001011101110010110010011111101010011001111111000111110100010111011100110001001000101 | 3f533f8fa2ee593f533f8fa2ee6245 |
UTF-8 | S®YS®bE | 1100001010010010010100111100001010010001110000101010111001011001110000101001001001010011110000101001000111000010101011100110001001000101 | c29253c291c2ae59c29253c291c2ae6245 |
UHC | ?S?®Y?S?®bE | 00111111010100110011111110100010111001110101100100111111010100110011111110100010111001110110001001000101 | 3f533fa2e7593f533fa2e76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)