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 | û£¸PhTB | 11111011101000111011100001010000011010000101010001000010 | fba3b850685442 |
SJIS-WIN | ?£?PhTB | 0011111110000001100100100011111101010000011010000101010001000010 | 3f81923f50685442 |
EUC-JP | û£¸PhTB | 100011111010101111100101101000011111001010001111101000101011000101010000011010000101010001000010 | 8fabe5a1f28fa2b150685442 |
UTF-8 | û£¸PhTB | 11000011101110111100001010100011110000101011100001010000011010000101010001000010 | c3bbc2a3c2b850685442 |
UHC | ??¸PhTB | 0011111100111111101000101010110001010000011010000101010001000010 | 3f3fa2ac50685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)